# 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"} 5.0101e-05 go_gc_duration_seconds{quantile="0.25"} 8.275e-05 go_gc_duration_seconds{quantile="0.5"} 0.000126649 go_gc_duration_seconds{quantile="0.75"} 0.000171285 go_gc_duration_seconds{quantile="1"} 0.000936615 go_gc_duration_seconds_sum 103.017063264 go_gc_duration_seconds_count 705583 # 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 9 # 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.5434904e+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 6.11805799324e+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 1.39508527722e+11 # 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.253448e+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.5434904e+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.14310656e+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.8540928e+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 552241 # 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.11943168e+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.42851584e+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.7712427540341525e+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 1.39509079963e+11 # 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 559360 # 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.680101e+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.59125e+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.081344e+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.081344e+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"} 4.4353106403e+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.602703e+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.008491738 # 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 183295 # 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"} 69 pg_locks_count{datname="ofc_live",mode="exclusivelock"} 0 pg_locks_count{datname="ofc_live",mode="rowexclusivelock"} 13 pg_locks_count{datname="ofc_live",mode="rowsharelock"} 120 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.411190042 pg_scrape_collector_duration_seconds{collector="locks"} 0.390715257 pg_scrape_collector_duration_seconds{collector="replication"} 0.267024581 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.388923851 pg_scrape_collector_duration_seconds{collector="roles"} 0.265751419 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.004362396 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.388082203 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.003587958 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.356618178 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.264885304 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.38625503 pg_scrape_collector_duration_seconds{collector="wal"} 0.001803805 # 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="CWRetail",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 2 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="BufferIO",wait_event_type="IPC"} 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"} 3 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="psql",backend_type="client backend",datname="postgres",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 2 # 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="CWRetail",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 50.353154 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="BufferIO",wait_event_type="IPC"} 1.417108 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="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="psql",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 2.51340876e+09 # 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 3.208681e+06 # 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.1272184e+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 6.494562e+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 254970 # 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.237225568e+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 4 # 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 14454 # 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 30384 # 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.766905019e+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"} 8.470759036984e+06 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 48.696354 # 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"} 0 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="49263",datname="ofc_live"} 4.98533994232e+11 pg_stat_database_blks_hit{datid="5",datname="postgres"} 5.164288e+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"} 0 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="49263",datname="ofc_live"} 4.72832804722e+11 pg_stat_database_blks_read{datid="5",datname="postgres"} 133471 # 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"} 14 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"} 2 # 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"} 3.86156814673e+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"} 202604 pg_stat_database_temp_files{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_deleted Number of rows deleted by queries in this database # TYPE pg_stat_database_tup_deleted counter pg_stat_database_tup_deleted{datid="1",datname="template1"} 0 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="49263",datname="ofc_live"} 8.429967e+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"} 0 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="49263",datname="ofc_live"} 4.8898523848e+10 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 1.024836e+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"} 0 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="49263",datname="ofc_live"} 1.5232408e+07 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_returned Number of rows returned by queries in this database # TYPE pg_stat_database_tup_returned counter pg_stat_database_tup_returned{datid="1",datname="template1"} 0 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="49263",datname="ofc_live"} 2.1374790392131e+13 pg_stat_database_tup_returned{datid="5",datname="postgres"} 6.3667534e+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"} 0 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="49263",datname="ofc_live"} 6.285343e+06 pg_stat_database_tup_updated{datid="5",datname="postgres"} 0 # HELP pg_stat_database_xact_commit Number of transactions in this database that have been committed # TYPE pg_stat_database_xact_commit counter pg_stat_database_xact_commit{datid="1",datname="template1"} 0 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="49263",datname="ofc_live"} 2.04318893e+08 pg_stat_database_xact_commit{datid="5",datname="postgres"} 144765 # 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"} 65042 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 0 # HELP pg_stat_replication_pg_current_wal_lsn_bytes WAL position in bytes # TYPE pg_stat_replication_pg_current_wal_lsn_bytes gauge pg_stat_replication_pg_current_wal_lsn_bytes{application_name="walreceiver",client_addr="172.31.21.188",server="51.112.172.70:8641",slot_name="1697412",state="streaming"} 2.85221620344e+11 # HELP pg_stat_replication_pg_wal_lsn_diff Lag in bytes between master and slave # TYPE pg_stat_replication_pg_wal_lsn_diff gauge pg_stat_replication_pg_wal_lsn_diff{application_name="walreceiver",client_addr="172.31.21.188",server="51.112.172.70:8641",slot_name="1697412",state="streaming"} 0 # HELP pg_stat_replication_reply_time Unknown metric from pg_stat_replication # TYPE pg_stat_replication_reply_time untyped pg_stat_replication_reply_time{application_name="walreceiver",client_addr="172.31.21.188",server="51.112.172.70:8641",slot_name="1697412",state="streaming"} 1.771242756e+09 # 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="-1276906514940503614",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1469509900690012161",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1536767076978676500",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="-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="-2011670167508325030",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2091423996761757097",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="-2248085472464231186",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2348501090066488457",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="-2864465697792548031",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="-2964031746356756218",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="-3197626137379810911",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="-3355701111312259032",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="-3434483035022625667",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="-4115422384682228839",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="-4575881560040524374",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="-5128645709339637276",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="-5234922609707047531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-564303275008605457",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="-631476061049545848",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-6334151333122395164",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="-7305471434186512730",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="-7811582187649286170",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8059099978866738662",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8457424226270645029",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8513995271900575750",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8741876609387243779",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="-9070822075864542882",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="1141644112599770944",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="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="2165625391256592178",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="2878392448412639404",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="3037538194466512871",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="3097223542494716694",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="316232717353952742",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="3310752016920975677",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="3709333693017812524",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="4281305493454591222",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="5125688497148365674",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="546558626332064893",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="5929268088916991973",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6004167445672723922",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6225336470972652966",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="7024372987895044155",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="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="7807887539994031430",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="8373317595004324441",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 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="8904296372354463335",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="8918475782487962490",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="-1276906514940503614",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1469509900690012161",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1536767076978676500",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="-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="-2011670167508325030",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2091423996761757097",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="-2248085472464231186",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2348501090066488457",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="-2864465697792548031",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="-2964031746356756218",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="-3197626137379810911",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="-3355701111312259032",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="-3434483035022625667",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="-4115422384682228839",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="-4575881560040524374",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="-5128645709339637276",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="-5234922609707047531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-564303275008605457",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="-631476061049545848",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-6334151333122395164",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="-7305471434186512730",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="-7811582187649286170",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8059099978866738662",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8457424226270645029",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8513995271900575750",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8741876609387243779",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="-9070822075864542882",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="1141644112599770944",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="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="2165625391256592178",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="2878392448412639404",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="3037538194466512871",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="3097223542494716694",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="316232717353952742",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="3310752016920975677",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="3709333693017812524",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="4281305493454591222",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="5125688497148365674",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="546558626332064893",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="5929268088916991973",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6004167445672723922",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6225336470972652966",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="7024372987895044155",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="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="7807887539994031430",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="8373317595004324441",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 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="8904296372354463335",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="8918475782487962490",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"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1276906514940503614",user="postgres"} 43820 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1469509900690012161",user="postgres"} 140474 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1536767076978676500",user="postgres"} 637055 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 10722 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 1734 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 27497 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2091423996761757097",user="postgres"} 2690 pg_stat_statements_calls_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 203 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 219912 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2248085472464231186",user="postgres"} 3172 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2348501090066488457",user="postgres"} 490971 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 78117 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2864465697792548031",user="postgres"} 734 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 18511 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 214 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2964031746356756218",user="postgres"} 21227 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 114 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3197626137379810911",user="postgres"} 1407 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 36117 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3355701111312259032",user="postgres"} 1789 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 13755 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3434483035022625667",user="postgres"} 140713 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 2.614918e+06 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 154 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 271654 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 219462 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 2.614918e+06 pg_stat_statements_calls_total{datname="ofc_live",queryid="-4115422384682228839",user="postgres"} 4076 pg_stat_statements_calls_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 78117 pg_stat_statements_calls_total{datname="ofc_live",queryid="-4575881560040524374",user="postgres"} 350529 pg_stat_statements_calls_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 1150 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5128645709339637276",user="postgres"} 146026 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 5526 pg_stat_statements_calls_total{datname="ofc_live",queryid="-564303275008605457",user="postgres"} 5955 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 114 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 18388 pg_stat_statements_calls_total{datname="ofc_live",queryid="-631476061049545848",user="postgres"} 390 pg_stat_statements_calls_total{datname="ofc_live",queryid="-6334151333122395164",user="postgres"} 308830 pg_stat_statements_calls_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 1075 pg_stat_statements_calls_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 913791 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 142650 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 146967 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7305471434186512730",user="postgres"} 519 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 78118 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 111 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 29790 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8059099978866738662",user="postgres"} 828 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8457424226270645029",user="postgres"} 4937 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8513995271900575750",user="postgres"} 347443 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8741876609387243779",user="postgres"} 141072 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 2206 pg_stat_statements_calls_total{datname="ofc_live",queryid="-9070822075864542882",user="postgres"} 100162 pg_stat_statements_calls_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 136585 pg_stat_statements_calls_total{datname="ofc_live",queryid="1141644112599770944",user="postgres"} 62989 pg_stat_statements_calls_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 62989 pg_stat_statements_calls_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 112 pg_stat_statements_calls_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 100 pg_stat_statements_calls_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 1.23195e+06 pg_stat_statements_calls_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 4329 pg_stat_statements_calls_total{datname="ofc_live",queryid="2165625391256592178",user="postgres"} 3007 pg_stat_statements_calls_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 1317 pg_stat_statements_calls_total{datname="ofc_live",queryid="2878392448412639404",user="postgres"} 66165 pg_stat_statements_calls_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 88 pg_stat_statements_calls_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="3037538194466512871",user="postgres"} 255620 pg_stat_statements_calls_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 24610 pg_stat_statements_calls_total{datname="ofc_live",queryid="3097223542494716694",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="316232717353952742",user="postgres"} 255620 pg_stat_statements_calls_total{datname="ofc_live",queryid="3310752016920975677",user="postgres"} 14610 pg_stat_statements_calls_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="3709333693017812524",user="postgres"} 25501 pg_stat_statements_calls_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 128220 pg_stat_statements_calls_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 91369 pg_stat_statements_calls_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 40196 pg_stat_statements_calls_total{datname="ofc_live",queryid="5125688497148365674",user="postgres"} 12096 pg_stat_statements_calls_total{datname="ofc_live",queryid="546558626332064893",user="postgres"} 50089 pg_stat_statements_calls_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 215 pg_stat_statements_calls_total{datname="ofc_live",queryid="5929268088916991973",user="postgres"} 7854 pg_stat_statements_calls_total{datname="ofc_live",queryid="6004167445672723922",user="postgres"} 5058 pg_stat_statements_calls_total{datname="ofc_live",queryid="6225336470972652966",user="postgres"} 663 pg_stat_statements_calls_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 33774 pg_stat_statements_calls_total{datname="ofc_live",queryid="7024372987895044155",user="postgres"} 978 pg_stat_statements_calls_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 401559 pg_stat_statements_calls_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 188 pg_stat_statements_calls_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 1276 pg_stat_statements_calls_total{datname="ofc_live",queryid="7807887539994031430",user="postgres"} 1036 pg_stat_statements_calls_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 1356 pg_stat_statements_calls_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 212 pg_stat_statements_calls_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 312469 pg_stat_statements_calls_total{datname="ofc_live",queryid="8373317595004324441",user="postgres"} 74518 pg_stat_statements_calls_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 2.614918e+06 pg_stat_statements_calls_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 50 pg_stat_statements_calls_total{datname="ofc_live",queryid="8904296372354463335",user="postgres"} 1941 pg_stat_statements_calls_total{datname="ofc_live",queryid="8918475782487962490",user="postgres"} 18952 # 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.6385359e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1276906514940503614",user="postgres"} 387559 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1469509900690012161",user="postgres"} 140474 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1536767076978676500",user="postgres"} 637055 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 4.358267e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 3.5681487e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 1734 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 13659 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2091423996761757097",user="postgres"} 20264 pg_stat_statements_rows_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 203 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 220474 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2248085472464231186",user="postgres"} 448924 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2348501090066488457",user="postgres"} 490971 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 1.0608354e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2864465697792548031",user="postgres"} 6011 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 13875 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 2140 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2964031746356756218",user="postgres"} 21231 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 1140 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3197626137379810911",user="postgres"} 77545 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 658 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3355701111312259032",user="postgres"} 9102 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 96 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3434483035022625667",user="postgres"} 140713 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 1.131706e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 6.0775506e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 43214 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 1.5566631e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 220024 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 2.642029e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-4115422384682228839",user="postgres"} 1.446008e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 7.810618e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-4575881560040524374",user="postgres"} 1.9312892e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 10775 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5128645709339637276",user="postgres"} 146026 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 5.8916477e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 5526 pg_stat_statements_rows_total{datname="ofc_live",queryid="-564303275008605457",user="postgres"} 5928 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 1140 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 18388 pg_stat_statements_rows_total{datname="ofc_live",queryid="-631476061049545848",user="postgres"} 19500 pg_stat_statements_rows_total{datname="ofc_live",queryid="-6334151333122395164",user="postgres"} 308830 pg_stat_statements_rows_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 107500 pg_stat_statements_rows_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 913791 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 142650 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 146967 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7305471434186512730",user="postgres"} 3968 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 1.06084927e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 4.85996179e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 1110 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 2319 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8059099978866738662",user="postgres"} 32231 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8457424226270645029",user="postgres"} 4909 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8513995271900575750",user="postgres"} 1.9590388e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8741876609387243779",user="postgres"} 141072 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 220600 pg_stat_statements_rows_total{datname="ofc_live",queryid="-9070822075864542882",user="postgres"} 100162 pg_stat_statements_rows_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 36777 pg_stat_statements_rows_total{datname="ofc_live",queryid="1141644112599770944",user="postgres"} 62989 pg_stat_statements_rows_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 62989 pg_stat_statements_rows_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 112 pg_stat_statements_rows_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 1000 pg_stat_statements_rows_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 1.23195e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 238101 pg_stat_statements_rows_total{datname="ofc_live",queryid="2165625391256592178",user="postgres"} 13823 pg_stat_statements_rows_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 17870 pg_stat_statements_rows_total{datname="ofc_live",queryid="2878392448412639404",user="postgres"} 923916 pg_stat_statements_rows_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 283939 pg_stat_statements_rows_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 3.5681362e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="3037538194466512871",user="postgres"} 1.081319e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 24610 pg_stat_statements_rows_total{datname="ofc_live",queryid="3097223542494716694",user="postgres"} 6.2496021e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="316232717353952742",user="postgres"} 2.729635e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="3310752016920975677",user="postgres"} 131425 pg_stat_statements_rows_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 1.019934e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="3709333693017812524",user="postgres"} 2.0077989e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 128220 pg_stat_statements_rows_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 91369 pg_stat_statements_rows_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 40196 pg_stat_statements_rows_total{datname="ofc_live",queryid="5125688497148365674",user="postgres"} 9.717281e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="546558626332064893",user="postgres"} 50089 pg_stat_statements_rows_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 2150 pg_stat_statements_rows_total{datname="ofc_live",queryid="5929268088916991973",user="postgres"} 86815 pg_stat_statements_rows_total{datname="ofc_live",queryid="6004167445672723922",user="postgres"} 38761 pg_stat_statements_rows_total{datname="ofc_live",queryid="6225336470972652966",user="postgres"} 33054 pg_stat_statements_rows_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 33774 pg_stat_statements_rows_total{datname="ofc_live",queryid="7024372987895044155",user="postgres"} 48900 pg_stat_statements_rows_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 92736 pg_stat_statements_rows_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 1880 pg_stat_statements_rows_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 6947 pg_stat_statements_rows_total{datname="ofc_live",queryid="7807887539994031430",user="postgres"} 103600 pg_stat_statements_rows_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 19807 pg_stat_statements_rows_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 2120 pg_stat_statements_rows_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 312469 pg_stat_statements_rows_total{datname="ofc_live",queryid="8373317595004324441",user="postgres"} 931395 pg_stat_statements_rows_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 6.236546e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 1.23091357e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 1.7675259e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="8904296372354463335",user="postgres"} 63319 pg_stat_statements_rows_total{datname="ofc_live",queryid="8918475782487962490",user="postgres"} 11575 # 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"} 1017.4894084169999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1276906514940503614",user="postgres"} 1902.886914983999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1469509900690012161",user="postgres"} 14172.856351939818 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1536767076978676500",user="postgres"} 1812.936106190003 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 75477.23817962412 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 3993.6866513170007 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 927.2061301409996 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 1239.9013501030036 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2091423996761757097",user="postgres"} 10796.284125229999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 2326.1149367069993 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 14538.824093815123 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2248085472464231186",user="postgres"} 4845.757628152002 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2348501090066488457",user="postgres"} 881.9918950490073 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 1443.0774349240064 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2864465697792548031",user="postgres"} 3045.8183563739985 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 1.894468430840162e+06 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 2767.689194438 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2964031746356756218",user="postgres"} 1437.423444180005 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 1257.701684431 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3197626137379810911",user="postgres"} 1042.3552698429996 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 2950.845702081016 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3355701111312259032",user="postgres"} 5540.225948372004 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 20756.692931385078 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3434483035022625667",user="postgres"} 991.798306849007 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 8942.931517563948 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 8522.127883195 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 1074.1790065929993 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 32257.075306736664 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 14375.344876931027 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 2672.165010315188 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-4115422384682228839",user="postgres"} 52579.976079689084 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 4299.360041360031 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-4575881560040524374",user="postgres"} 156097.3982328222 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 1516.8833793050023 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5128645709339637276",user="postgres"} 2369.017188902033 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 6869.061744161999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 1392.7227236670035 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-564303275008605457",user="postgres"} 49141.19922737091 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 1367.8974877549995 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 32218.598914124057 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-631476061049545848",user="postgres"} 2187.1774970249994 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-6334151333122395164",user="postgres"} 1328.1896469860058 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 5020.354537615998 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 3.485954800221043e+06 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 43639.79704977325 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 875.2288766170096 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7305471434186512730",user="postgres"} 1695.5338612559983 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 21294.964810566227 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 9180.268713665999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 1205.265134355 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 1319.8801588719934 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8059099978866738662",user="postgres"} 2141.9686497269995 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8457424226270645029",user="postgres"} 35380.359881620934 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8513995271900575750",user="postgres"} 92036.64659553107 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8741876609387243779",user="postgres"} 2644.1792409319746 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 10423.816699182984 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-9070822075864542882",user="postgres"} 9431.414640428931 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 7474.9966216760495 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1141644112599770944",user="postgres"} 4152.857317757991 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 455487.35141716513 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 1089.294661901 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 1221.0113201679997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 8798.639870079249 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 8784.922063725997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2165625391256592178",user="postgres"} 1440.9591328429995 pg_stat_statements_seconds_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 2186.303206360999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2878392448412639404",user="postgres"} 8951.666114019108 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 1157.8412026719998 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 2411.7902367889997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3037538194466512871",user="postgres"} 1457.814520770014 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 1964.3449513940106 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3097223542494716694",user="postgres"} 1050.086121087 pg_stat_statements_seconds_total{datname="ofc_live",queryid="316232717353952742",user="postgres"} 904.8180224140098 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3310752016920975677",user="postgres"} 1003.9754695979974 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 1004.751145988 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3709333693017812524",user="postgres"} 570517.7905037247 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 452955.65544418024 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 48709.60910010206 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 3493.441541883973 pg_stat_statements_seconds_total{datname="ofc_live",queryid="5125688497148365674",user="postgres"} 322476.99683505035 pg_stat_statements_seconds_total{datname="ofc_live",queryid="546558626332064893",user="postgres"} 39897.961069899975 pg_stat_statements_seconds_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 3150.481869987 pg_stat_statements_seconds_total{datname="ofc_live",queryid="5929268088916991973",user="postgres"} 26270.821543810038 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6004167445672723922",user="postgres"} 12437.83885531099 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6225336470972652966",user="postgres"} 1690.1126310059983 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 7489.6907588729655 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7024372987895044155",user="postgres"} 1319.2596406440011 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 174016.1975009675 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 2680.0855270230013 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 2358.131833825002 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7807887539994031430",user="postgres"} 884.7705849630009 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 5442.952552199001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 2796.254584531999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 1455.652758564979 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8373317595004324441",user="postgres"} 4353.015097335983 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 14901.162052216221 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 874.5620708199999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 933.261832501 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8904296372354463335",user="postgres"} 4764.250482511003 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8918475782487962490",user="postgres"} 915.6534882340068 # 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_data_lock_rule_user",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_log_retention_settings_log",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_job",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_policy_settings",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_inspectionlinetask_param",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="cwq_template",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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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_cart",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_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_recipe_division",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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_payment_proposal_line",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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 22 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 69 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"} 0 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"} 1 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 0 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"} 7 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"} 2 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 4 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 3 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"} 2 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"} 0 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_log_retention_settings_log",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"} 0 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"} 7 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"} 7 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_log",schemaname="public"} 6 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"} 35 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"} 7 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"} 1 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"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_releases",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 1 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"} 0 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"} 2577 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 1 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"} 7 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 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"} 0 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"} 7 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"} 102 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 12 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"} 10 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 34 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1 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_inspectionlinetask_param",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="cwq_template",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1 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"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 2 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_channel_scope",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"} 4 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1 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"} 0 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"} 9 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"} 0 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 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"} 5252 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1 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_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_recipe_division",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 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"} 19 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 3959 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1 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"} 1 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 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"} 10 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_settings",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_connector",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_distribution_lines",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 1649 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_payment_proposal_line",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"} 1 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 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"} 38 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 8 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"} 1 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"} 160 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 709 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 301 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 825 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 834 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"} 343 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"} 1226 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"} 1143 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"} 434 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"} 1 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_category",schemaname="public"} 1 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 2 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 24 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 4 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"} 21 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"} 12 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_invoice_meta",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 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_bank_account",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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 2 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"} 18072 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"} 1 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_order",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderline",schemaname="public"} 1 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"} 17 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_ordertax",schemaname="public"} 17 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"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 25 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 6 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"} 0 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"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 0 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"} 7 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"} 0 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 1 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"} 0 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_log_retention_settings_log",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"} 7 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"} 7 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"} 4 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"} 7 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"} 7 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"} 7 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 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_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 7 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"} 0 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"} 53 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 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"} 7 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"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 7 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"} 11 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 5 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"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 7 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"} 0 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_inspectionlinetask_param",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="cwq_template",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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_channel_scope",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"} 0 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 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"} 1 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 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"} 3340 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 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_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_recipe_division",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"} 0 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_discount",schemaname="public"} 0 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"} 3249 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 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"} 1 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_settings",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_connector",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_distribution_lines",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"} 17 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_payment_proposal_line",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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 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"} 8 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 0 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"} 58 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 211 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 163 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 304 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 307 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"} 30 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"} 2207 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"} 1408 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"} 1 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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_category",schemaname="public"} 1 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 1 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_invoice_meta",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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 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_bank_account",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"} 0 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"} 29038 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"} 1 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 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_omni_sales_reconciliation",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_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 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"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_ordertax",schemaname="public"} 5 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"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 6.889974e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1002 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"} 1.663935e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 26 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 38911 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"} 133 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"} 153901 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_app_access",schemaname="public"} 515 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 646 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"} 0 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"} 215 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"} 3.89747282e+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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_city",schemaname="public"} 3.3202796e+07 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"} 14 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_country",schemaname="public"} 428347 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 12578 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 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"} 357 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"} 8 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"} 3 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 608 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integrations",schemaname="public"} 645 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_log_retention_settings_log",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"} 903 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"} 2073 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"} 12588 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"} 988 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"} 170 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 16 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"} 189 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 660 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"} 141620 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_access",schemaname="public"} 10699 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"} 565620 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"} 54475 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"} 70 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"} 4462 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"} 7.464397e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_releases",schemaname="public"} 354 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"} 26895 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_report_access",schemaname="public"} 4064 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 12183 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"} 1.417273e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_role",schemaname="public"} 135926 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"} 13 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"} 19299 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"} 106221 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"} 174467 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"} 3.9235226e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_access",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 96993 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2 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"} 304 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 2.742626e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window_access",schemaname="public"} 75696 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"} 6 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"} 123606 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"} 3.265043e+07 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"} 952232 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 2008 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"} 49038 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"} 13923 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_inspectionlinetask_param",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="cwq_template",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.88392e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2300 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 150555 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"} 16746 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"} 1.4349434e+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"} 11123 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"} 38911 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"} 17168 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 27 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 1643 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_channel_scope",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"} 68868 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 2.163259e+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"} 47568 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 39343 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"} 211 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"} 94 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 2052 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"} 37009 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"} 43885 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 395 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 15 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 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"} 441819 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"} 40868 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"} 88919 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_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_recipe_division",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"} 1 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"} 121988 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 483249 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 4.497869e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 81 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 40732 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.328064e+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"} 994 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 87990 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 75735 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 105536 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"} 4734 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_settings",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"} 12588 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"} 19675 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_connector",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"} 12578 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_distribution_lines",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"} 582924 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_isd_summary_lines",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"} 13923 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"} 13923 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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_payment_proposal_line",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"} 6.07986e+06 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"} 984136 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 701261 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.724334e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 456086 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"} 140023 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="hsncode",schemaname="public"} 1.4522927e+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"} 63 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"} 52080 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"} 12 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1041 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 3713 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"} 1 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"} 1.7348231e+08 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"} 13923 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"} 38911 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"} 1.73460868e+08 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"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 705876 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 2.870542e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 255621 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"} 2.870542e+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"} 2.614918e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 8.926566e+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"} 4.0624976e+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"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_category",schemaname="public"} 8.161003e+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"} 13923 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"} 13923 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"} 0 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"} 0 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"} 1.73446961e+08 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"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_storagebin",schemaname="public"} 3.39057481e+08 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 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"} 13923 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transaction",schemaname="public"} 54 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"} 0 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"} 4 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"} 0 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"} 4 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"} 80 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"} 0 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"} 0 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"} 4586 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 3.4998068e+07 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"} 317040 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"} 50047 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"} 16 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"} 96154 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"} 1500 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_invoice_meta",schemaname="public"} 0 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"} 1002 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"} 4 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"} 7 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_productprice",schemaname="public"} 190 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"} 40424 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_bank_account",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"} 0 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"} 14253 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"} 52 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"} 984 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"} 14 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_order",schemaname="public"} 1.13919841e+08 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_order_meta",schemaname="public"} 20827 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_orderline",schemaname="public"} 9.858833e+06 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"} 0 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"} 86410 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 121 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_productprice",schemaname="public"} 1.73513067e+08 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"} 589 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"} 1.583909e+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_center_notifications",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"} 259 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 8.794333e+06 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"} 157028 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 153883 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_app_access",schemaname="public"} 511 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 633 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"} 215 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"} 3.8896312e+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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_city",schemaname="public"} 3.2188975e+07 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"} 56 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"} 155004 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 0 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"} 357 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"} 8 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 605 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integrations",schemaname="public"} 645 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_log_retention_settings_log",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"} 710 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"} 2065 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"} 985 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"} 302 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 574 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"} 141477 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_access",schemaname="public"} 10801 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"} 565620 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"} 54452 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"} 70 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"} 4414 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"} 354 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"} 806 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_report_access",schemaname="public"} 3717 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 12173 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"} 126172 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"} 13 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"} 19223 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"} 106221 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"} 174467 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"} 3.9135759e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_access",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 96993 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2 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"} 298 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 55546 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window_access",schemaname="public"} 238076 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"} 4 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"} 123586 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"} 950789 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 487 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"} 49038 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_inspectionlinetask_param",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="cwq_template",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.818591e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2290 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"} 17156 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 27 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 1317 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_channel_scope",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"} 68868 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1.958894e+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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 2 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"} 94 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 1942 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"} 34739 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"} 4.9867434e+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"} 15 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 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"} 442085 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"} 26064 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_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_recipe_division",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"} 1 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"} 113750 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 414013 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 4.289968e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 81 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 40732 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.221821e+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"} 956 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 74152 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"} 78065 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"} 4734 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_settings",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_connector",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_distribution_lines",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"} 582529 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_payment_proposal_line",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"} 5.951185e+06 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"} 985531 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 561147 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.547992e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 467770 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"} 140023 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 61 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"} 21471 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"} 12 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1041 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 1233 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 570139 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"} 0 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"} 7.323334e+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"} 8.455712e+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"} 3.6716485e+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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_category",schemaname="public"} 2.492382e+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"} 3.39057488e+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"} 3.39057481e+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"} 26 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"} 80 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"} 2667 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 3.4998068e+07 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"} 309656 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"} 34778 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"} 9 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"} 30695 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_invoice_meta",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"} 190 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_bank_account",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"} 0 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"} 3879 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_order",schemaname="public"} 2.281657434e+10 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_order_meta",schemaname="public"} 31610 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_orderline",schemaname="public"} 4.8747576e+07 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"} 0 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"} 2436 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"} 2.36336295e+08 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"} 557 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 8192 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.4419456e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1.2288e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1.18784e+06 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"} 1.21110528e+08 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",schemaname="public"} 0 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_preference",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_revision_request",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"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 57344 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_data_lock_rule_user",schemaname="public"} 16384 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_log_retention_settings_log",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"} 196608 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_log",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_run",schemaname="public"} 2.7795456e+07 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.432448e+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"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 57344 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_job",schemaname="public"} 8192 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.37568e+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"} 270336 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"} 1.2066816e+07 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"} 16384 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_policy_settings",schemaname="public"} 8192 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"} 2.326528e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1.1255808e+07 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"} 4.308992e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 2.850816e+07 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.6080896e+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"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_inspectionlinetask_param",schemaname="public"} 8192 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="cwq_template",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.441216e+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"} 212992 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 360448 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_brand_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_channel_scope",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.381568e+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_tier_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 3.6192256e+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"} 1.25149184e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 8192 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"} 1.001603072e+09 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_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_recipe_division",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"} 40960 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.171456e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 2.506752e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 8192 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"} 2.5591808e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 4.48512e+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.490368e+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"} 81920 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.437696e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 8.4156416e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.6596992e+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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_payment_proposal_line",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"} 2.81714688e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 4.42916864e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 2.46718464e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 2.64421376e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 8.7834624e+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"} 1.2722176e+07 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"} 16384 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"} 8.937472e+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"} 90112 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 2.473984e+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.10592e+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.859584e+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.441792e+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"} 425984 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"} 360448 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"} 57344 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"} 40960 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"} 2.359296e+06 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"} 2.2528e+06 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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_order",schemaname="public"} 3.98770176e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_order_meta",schemaname="public"} 8.08067072e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.920540672e+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"} 483328 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 3.34749696e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 7.38459648e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.30105344e+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.99008e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1.736704e+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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_data_lock_rule_user",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_log_retention_settings_log",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_job",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_policy_settings",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_inspectionlinetask_param",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="cwq_template",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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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_cart",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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_recipe_division",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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_payment_proposal_line",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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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.771220637e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1.771220637e+09 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"} 0 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.770123156e+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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 0 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.770835676e+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.770835616e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 1.770870256e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_data_lock_rule_user",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.770835616e+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"} 1.770618125e+09 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"} 0 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_log_retention_settings_log",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"} 0 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.770835676e+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.770835676e+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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_log",schemaname="public"} 1.771170397e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 1.771225557e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_run",schemaname="public"} 1.771056571e+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.770835676e+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.770835616e+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.770835676e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1.770266122e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_releases",schemaname="public"} 1.770835496e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 1.770835496e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 1.770835676e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 1.769094013e+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"} 0 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.771242604e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 1.767766364e+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.770835676e+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.7706093e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 1.771228323e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 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.770635115e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 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"} 0 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.770835676e+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.771238824e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1.770954831e+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.770620707e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.771152931e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1.770041452e+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_inspectionlinetask_param",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="cwq_template",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1.769104455e+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.77115449e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1.770365947e+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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_channel_scope",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.770957892e+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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.771075235e+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"} 0 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.77078243e+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"} 0 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.770088814e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 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.771242664e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.769861969e+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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_recipe_division",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 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.771092519e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.770919179e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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.771242424e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1.769960042e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.77103611e+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.7711782e+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.76854514e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.770746717e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.771213622e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.769144578e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 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.770450473e+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_settings",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_connector",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_distribution_lines",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 1.771241344e+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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_payment_proposal_line",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.770457386e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.770207969e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.770645692e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.770304969e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 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.771067973e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 1.771233601e+09 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.769238847e+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.770375673e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.770710461e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 1.770373872e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.770377474e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 1.771045224e+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.771237802e+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.770377475e+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.770377474e+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.770989404e+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.767079265e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_category",schemaname="public"} 1.76778545e+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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 1.770722526e+09 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"} 1.770206999e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 1.771136332e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 1.771086097e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 1.771159772e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 1.770824811e+09 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.771050867e+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.771007051e+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_invoice_meta",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 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_bank_account",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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 1.769785248e+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.771242544e+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.769094014e+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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_order",schemaname="public"} 1.770369552e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1.769693757e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.769842754e+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.770963174e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1.769785298e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.771216134e+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"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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.770549699e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1.770907534e+09 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"} 0 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"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 0 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.770835676e+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.769710923e+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"} 0 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_data_lock_rule_user",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.769710923e+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"} 0 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_log_retention_settings_log",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.770835676e+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.770835676e+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"} 1.771159592e+09 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.770630375e+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.770835676e+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.770835676e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 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"} 0 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_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 1.770835676e+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"} 0 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.771237142e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 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.770835676e+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.770658536e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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.770835676e+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.771045765e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1.770569083e+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.770551195e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.770178611e+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"} 0 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_inspectionlinetask_param",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="cwq_template",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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_channel_scope",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"} 0 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 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"} 1.769506281e+09 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 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.771242124e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_recipe_division",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"} 0 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.767288952e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.767550436e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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.771242424e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 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.76920586e+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_settings",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_connector",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_distribution_lines",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"} 1.771236482e+09 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_payment_proposal_line",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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 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.771164876e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 0 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"} 1.770372071e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.770377475e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 1.770375673e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.770373872e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 1.770570043e+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.770795456e+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.770377594e+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.770377594e+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.768631416e+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.767079264e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_category",schemaname="public"} 1.76778545e+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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 1.771085917e+09 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.769924264e+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.769851515e+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_invoice_meta",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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 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_bank_account",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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 1.770476404e+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.771242724e+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.769094014e+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"} 0 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"} 0 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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_order",schemaname="public"} 1.769424797e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 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"} 1.769339567e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.771224846e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_data_lock_rule_user",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_log_retention_settings_log",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_job",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_policy_settings",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_inspectionlinetask_param",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="cwq_template",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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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_cart",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_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_recipe_division",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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_payment_proposal_line",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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 9027 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"} 286 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"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_app_access",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 28 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"} 107 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_bunit",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_client",schemaname="public"} 0 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 25 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"} 0 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"} 0 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_log_retention_settings_log",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"} 12 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_access",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_log",schemaname="public"} 109 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"} 2963 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"} 24 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"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_releases",schemaname="public"} 69 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"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 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"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_role_application",schemaname="public"} 1 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"} 9 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"} 114 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 4673 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2 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"} 37 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 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"} 4 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"} 0 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"} 3530 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 160 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"} 13 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 63131 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_inspectionlinetask_param",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="cwq_template",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"} 1069 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"} 185 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 82 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 4 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 7089 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 2091 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"} 4 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"} 2 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"} 1125 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_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 84 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"} 0 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_recipe_division",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"} 1 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"} 1319 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 2623 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 25 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 55 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 19861 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 67119 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"} 151 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 30483 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"} 1411 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"} 186 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_settings",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"} 0 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_connector",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_distribution_lines",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"} 72 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_payment_proposal_line",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"} 1 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"} 166612 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 36688 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 87 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"} 1735 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"} 11 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"} 8 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 24 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 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"} 2448 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"} 97 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 2596 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 22 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 874 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 911 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"} 7 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"} 0 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"} 294 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"} 638 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"} 666 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"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 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"} 0 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"} 0 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"} 11 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"} 8 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"} 9 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 31 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"} 26 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"} 15 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"} 1280 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"} 920 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_invoice_meta",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"} 79 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 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_bank_account",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"} 11 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 18 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"} 14 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"} 48 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_order",schemaname="public"} 72218 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_order_meta",schemaname="public"} 37 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_orderline",schemaname="public"} 103298 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"} 9 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 92829 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_ordertax",schemaname="public"} 8173 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"} 195 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1 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"} 10 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer",schemaname="public"} 146438 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 852 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 14852 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"} 16 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.236725e+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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 151 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"} 250 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 18 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 50 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 311 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 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"} 2 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"} 16 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"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integrations",schemaname="public"} 1 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_log_retention_settings_log",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"} 0 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"} 308 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 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"} 0 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"} 29 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 1 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"} 23 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_access",schemaname="public"} 47 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_log",schemaname="public"} 464 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 297 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_run",schemaname="public"} 170088 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"} 356 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 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"} 649 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 38169 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_releases",schemaname="public"} 192 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 441 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_report",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_report_access",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 384 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"} 0 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"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_role_application",schemaname="public"} 1 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"} 36241 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"} 1402 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"} 0 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"} 0 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"} 0 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"} 553 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_access",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 158270 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 14 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"} 16 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window",schemaname="public"} 21 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window_access",schemaname="public"} 21 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"} 46 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"} 789 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"} 28610 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 151215 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"} 54727 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 336048 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 182053 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_inspectionlinetask_param",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="cwq_template",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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 25773 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"} 0 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"} 0 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"} 2851 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 4215 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 0 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 111033 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 382704 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 260 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.287247e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 249 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.0312864e+07 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"} 0 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"} 0 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_recipe_division",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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 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"} 21 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 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"} 12636 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 26476 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 85 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 20 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 2.632689e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 553276 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"} 26351 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"} 641 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 154330 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 853512 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 191966 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 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"} 878 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_settings",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"} 0 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_connector",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_distribution_lines",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"} 0 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_payment_proposal_line",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"} 0 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.291332e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.292104e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.320392e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.321904e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 160 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"} 160869 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 16 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 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"} 92274 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"} 651 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 25681 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 21 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 4388 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 4401 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"} 54 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"} 0 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"} 6817 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"} 15920 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"} 4406 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"} 20646 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"} 133 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_bom",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_category",schemaname="public"} 586 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 1 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"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 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"} 152 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"} 76 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 544 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 555 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 150 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 259 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"} 0 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"} 28610 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"} 28610 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_invoice_meta",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"} 0 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"} 134 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 190 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_bank_account",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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_order",schemaname="public"} 1.318679e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_order_meta",schemaname="public"} 3.787688e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderline",schemaname="public"} 7.565205e+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"} 5809 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 303187 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 7.583154e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.244685e+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"} 0 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"} 192 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 561 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"} 3 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer",schemaname="public"} 3843 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 853 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 397 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"} 16 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"} 23029 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 151 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_app_access",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 18 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_bunit",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_import_template",schemaname="public"} 51 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"} 43 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integrations",schemaname="public"} 1 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_log_retention_settings_log",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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 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"} 0 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"} 29 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 1 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"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_access",schemaname="public"} 59 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_log",schemaname="public"} 38 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 62 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_run",schemaname="public"} 14172 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 10 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"} 876 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_releases",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_report",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_report_access",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 48 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_role_application",schemaname="public"} 2 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 2553 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"} 0 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"} 0 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"} 0 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"} 59 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_access",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 1119 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 18 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"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window_access",schemaname="public"} 21 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"} 54 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"} 0 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"} 196 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 7066 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"} 4710 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 17060 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"} 6500 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_inspectionlinetask_param",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="cwq_template",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"} 2260 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"} 0 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"} 0 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"} 29 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 185 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 22 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 3920 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1411 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"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 29 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"} 1849 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"} 39590 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 361598 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"} 0 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"} 1 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_recipe_division",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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 1 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"} 23 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"} 597 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 2017 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 98 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 127537 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 30367 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"} 15 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"} 33 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 6359 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 561 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 14463 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"} 79 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_settings",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"} 0 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_connector",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_distribution_lines",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"} 79 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_payment_proposal_line",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"} 1 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"} 52566 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 33636 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 57819 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 30193 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 160 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"} 12084 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 48 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"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 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"} 8614 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"} 79 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 104 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 471 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 441 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"} 42 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"} 0 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"} 0 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"} 716 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"} 283 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"} 1203 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"} 133 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_bom",schemaname="public"} 7 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"} 0 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"} 0 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"} 12 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"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 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"} 32 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"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 40 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 52 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 7 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"} 17 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"} 1915 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"} 1497 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_invoice_meta",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"} 0 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"} 324 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 190 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_bank_account",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"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 48 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 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"} 56 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"} 48 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"} 0 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"} 0 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"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_order",schemaname="public"} 93268 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_order_meta",schemaname="public"} 178250 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderline",schemaname="public"} 293614 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"} 286 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 303187 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 316334 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_ordertax",schemaname="public"} 25261 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"} 0 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"} 823 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 563 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"} 15 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 4 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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_city",schemaname="public"} 0 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_data_lock_rule_user",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_log_retention_settings_log",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"} 0 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"} 0 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"} 6 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"} 0 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_job",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"} 0 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"} 0 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"} 0 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"} 2 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"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 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"} 4 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"} 0 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"} 10 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 47 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"} 7 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1510 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_inspectionlinetask_param",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="cwq_template",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"} 3 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 7 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"} 0 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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"} 1 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_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 147327 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_recipe_division",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"} 1 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_discount",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"} 44 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"} 40 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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_payment_proposal_line",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"} 1 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1 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"} 1 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"} 11 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 6 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"} 726 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"} 10269 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.081319e+06 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 8925 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 257077 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 255620 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"} 2.35917e+06 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"} 2.729635e+06 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 4 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"} 36 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"} 7 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"} 52 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_invoice_meta",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"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 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_bank_account",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"} 50 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_order",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 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"} 4 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"} 62993 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_ordertax",schemaname="public"} 975753 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"} 8 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1 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"} 3 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 414847 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 13345 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 1351 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_app_access",schemaname="public"} 9 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 107 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"} 166 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_bunit",schemaname="public"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",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"} 0 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 354 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"} 145 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"} 0 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_log_retention_settings_log",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"} 466 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"} 1066 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"} 16 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"} 4 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"} 132284 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"} 1985 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"} 70 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"} 3602 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_releases",schemaname="public"} 36 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 2420 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 100 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"} 1 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"} 141381 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"} 6105 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"} 119 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 82633 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"} 230 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 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"} 6244 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"} 127639 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"} 169966 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_inspectionlinetask_param",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="cwq_template",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"} 2220 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"} 1469 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 421 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 22 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 45565 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 547 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"} 2 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"} 592 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"} 739 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_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 22 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 144242 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"} 1 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_recipe_division",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"} 1 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"} 21870 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 25551 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 245323 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 36431 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 299747 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"} 28 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 40203 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"} 1539 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"} 1336 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_settings",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"} 0 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_connector",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_distribution_lines",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"} 139728 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_payment_proposal_line",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"} 1 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"} 116 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"} 272232 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 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"} 127840 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"} 23 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 406 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 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"} 7138 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"} 0 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"} 19436 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"} 0 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"} 254997 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"} 6066 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"} 5 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"} 11 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"} 8 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"} 65 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 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"} 1284 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"} 10 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"} 15934 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"} 2413 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_invoice_meta",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"} 113 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_bank_account",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"} 50 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.155673e+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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_order",schemaname="public"} 152788 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 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"} 13073 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"} 5162 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"} 411 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"} 8 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer",schemaname="public"} 4731 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 852 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 14847 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"} 16 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"} 128220 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 151 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"} 18 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 5 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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 50 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 108 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 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"} 1 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"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integrations",schemaname="public"} 1 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_log_retention_settings_log",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"} 0 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"} 0 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"} 8 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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 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"} 0 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"} 29 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 1 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"} 23 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_access",schemaname="public"} 53 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_log",schemaname="public"} 902 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 126 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_run",schemaname="public"} 141072 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"} 23 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 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"} 48 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 4102 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_releases",schemaname="public"} 47 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 109 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_report",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_report_access",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_role_application",schemaname="public"} 1 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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 5550 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"} 51 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"} 0 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"} 0 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"} 0 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"} 33 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_access",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 101060 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 16 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"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window_access",schemaname="public"} 21 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"} 50 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"} 18 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"} 18928 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 107245 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"} 36183 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 227924 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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 21515 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_inspectionlinetask_param",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="cwq_template",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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2290 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"} 0 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"} 0 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"} 149 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 573 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 0 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 1614 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 34434 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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 0 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"} 263 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"} 146971 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 147089 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.232799e+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"} 0 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"} 0 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_recipe_division",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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 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"} 22 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 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"} 1165 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 2304 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 40 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 308830 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 105480 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"} 2367 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"} 28 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 13858 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 75735 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 27471 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 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"} 73 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_settings",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"} 0 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_connector",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_distribution_lines",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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_payment_proposal_line",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"} 0 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"} 141392 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 141392 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 141447 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 141098 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 160 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"} 140023 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 17 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"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 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"} 8672 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"} 10301 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.083815e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 8926 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 257477 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 256018 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"} 2 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"} 0 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"} 2.359539e+06 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"} 2.730848e+06 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"} 398 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"} 135 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"} 133 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_bom",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_category",schemaname="public"} 1 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 1 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"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 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"} 140 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"} 68 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 399 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 537 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 145 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 247 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"} 2 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"} 18928 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"} 18928 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_invoice_meta",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"} 0 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"} 134 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 190 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_bank_account",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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 50 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_order",schemaname="public"} 141612 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_order_meta",schemaname="public"} 490971 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderline",schemaname="public"} 850810 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"} 5170 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 303196 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 913799 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.117418e+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"} 0 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"} 200 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 562 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"} 5 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 1.129153e+06 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 14837 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"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 1697 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_app_access",schemaname="public"} 10 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 134 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"} 215 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_bunit",schemaname="public"} 8 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 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_bunit_type_mapping",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"} 0 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 357 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"} 145 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"} 0 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_log_retention_settings_log",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"} 484 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"} 2065 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"} 16 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"} 4 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"} 141523 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"} 2403 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"} 70 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"} 4414 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"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_releases",schemaname="public"} 103 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"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 2594 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 100 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"} 1 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"} 141415 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"} 9473 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"} 129 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 96926 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"} 230 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 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"} 10930 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"} 165957 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"} 461744 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_inspectionlinetask_param",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="cwq_template",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"} 2290 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"} 1516 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 442 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 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"} 22 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 46552 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 658 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"} 6 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"} 598 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"} 1587 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_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 22 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 147260 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"} 1 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_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_recipe_division",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"} 23098 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 27704 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 249397 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"} 40732 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 313580 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"} 122 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 50547 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"} 2319 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"} 1535 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_settings",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"} 0 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_connector",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_distribution_lines",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"} 140023 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_payment_proposal_line",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"} 1 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"} 140145 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"} 281127 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 2 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"} 140023 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"} 30 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"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 406 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 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"} 7545 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"} 0 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"} 19447 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"} 0 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"} 255779 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"} 21621 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"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_category",schemaname="public"} 587 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"} 11 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"} 8 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"} 70 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 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"} 1315 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"} 10 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"} 19593 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"} 3816 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_invoice_meta",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"} 190 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_bank_account",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"} 50 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 50 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.15648e+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"} 100 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_order",schemaname="public"} 317000 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 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"} 68923 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"} 5526 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"} 615 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"} 8 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="api_key",schemaname="public"} 303364 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.333145e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1.9731429e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 123266 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 5.5114664e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="brand",schemaname="public"} 94308 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="c_region",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 128270 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_breaks",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_candidates",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_job",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_deductions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_delegation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_department",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_dependants",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_division",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_exit_checklist",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_resignation",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_transfer",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_exemption",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_exit_checklist",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_final_settlement",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_final_settlement_line",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_formula",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_holiday",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_id_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_incentive",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_increment_policy",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_increment_proposal",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_interviews",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_application",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_description",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_requisition",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_role",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_kra",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_org",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_policy_definition",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_letter",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_management_level",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nationality",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ot_preference",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_passport",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payslab",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_period",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_position_control",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_provision",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_resignation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_retropay",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_salary_revision_request",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_section",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_section_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_slab",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_slabline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_team",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tour",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_question",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_weekends",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_work_location",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_year",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="commerce_cart",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_account",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_contact",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_email_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_lead",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_sale",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_seglist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_social_post",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_stream",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_task",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alert",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 9.8623476e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_announcement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_app_access",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 328 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 1751 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 8066 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit",schemaname="public"} 1.4679873e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 920701 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit_type_mapping",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_city",schemaname="public"} 4.059879e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_client",schemaname="public"} 1.8098344e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 331 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_country",schemaname="public"} 4.5070654e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 15366 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_currency",schemaname="public"} 2.201574e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 15366 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_lock_override_role",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_lock_rule_user",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_datasource",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_division",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_doctype",schemaname="public"} 3.081812e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_favourites",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_file",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_import_template",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 2.9145027e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 311618 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integrations",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_language",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_log_retention_settings_log",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 21810 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_menu",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_messages",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_module",schemaname="public"} 664 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 197782 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 213 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_print_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_access",schemaname="public"} 204 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_run",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_window",schemaname="public"} 1038 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 1059 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 475410 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1861 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_region",schemaname="public"} 4.5108563e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_releases",schemaname="public"} 5986 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_report",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_report_access",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_report_job",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 200 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 3465 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_role",schemaname="public"} 49538 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_role_application",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_sequence",schemaname="public"} 179274 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 247 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_task",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tax",schemaname="public"} 6.087989e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 180120 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 140073 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_timezone",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_uom",schemaname="public"} 1.61833084e+08 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user",schemaname="public"} 150306 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_access",schemaname="public"} 77431 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2.922332e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 238 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_session",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_views",schemaname="public"} 14191 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 142256 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_access",schemaname="public"} 95 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_process",schemaname="public"} 12794 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_channel",schemaname="public"} 4.325771e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order",schemaname="public"} 288748 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 21945 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1.412554e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 677145 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 1573 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 292212 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 24660 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwp_idea",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_collection",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_control",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspectionlinetask_param",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_template",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 2.736966e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 1207 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_events",schemaname="public"} 98492 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 11176 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 44627 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 24274 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 23823 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 16014 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 5163 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 65518 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 2812 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 54188 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 86553 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 41595 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 98 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_brand_scope",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 1321 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 449255 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1.197961e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 51275 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 41444 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_tier_scope",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.129777e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 47688 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 285252 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 655488 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 15366 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 13720 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 64009 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 14908 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 426294 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 201846 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 143800 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 28554 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 203405 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_bunit",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_division",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 138381 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_rules",schemaname="public"} 24660 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 2.123853e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 31895 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 88657 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 24866 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 138090 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 1193 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till",schemaname="public"} 198319 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 15678 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1.173647e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 135 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 237 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 4289 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 230981 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 89365 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 19857 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 3287 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 1.080791e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_wallet_settings",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cws_ticket",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_task",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_taskline",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_channel",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_media",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_players",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_playlists",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_schedules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="email_source",schemaname="public"} 235 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_account",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_account_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_bank_connector",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_budget",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_coa",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_distribution_lines",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 24115 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_isd_distribution_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_isd_summary_lines",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_journal",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_journalline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ledger",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 5.4840952e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_payment",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_payment_advice",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_payment_proposal_line",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 6.875351e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_control",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_periodline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1178 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_transactions",schemaname="public"} 280110 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="hsncode",schemaname="public"} 61352 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_provider",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 2729 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_task",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 12540 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 14253 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 529 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 1950 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="line_tab",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="list_contacts",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_addon",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_addon_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_attribute",schemaname="public"} 1.73387051e+08 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 1.7338692e+08 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch",schemaname="public"} 14933 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_bom",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_bom_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_categories_products",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 76549 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_issue_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_material_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_movement",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_movementline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 2.617171e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 2.614968e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 2.870589e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 2.870598e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 2.870588e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 2.870601e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 5776 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 76021 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 2.614968e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 2.870588e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 2.87163e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 197462 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product",schemaname="public"} 114319 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_addon",schemaname="public"} 1.73446995e+08 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 1.73446995e+08 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_bom",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_category",schemaname="public"} 2.54049e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 952 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_group",schemaname="public"} 79799 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_images",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 79799 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receipt",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 24227 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipment",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_slowmover",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stock",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stock_count",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_storage_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_storagebin",schemaname="public"} 317 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_tracker",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_trackertype",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transaction",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferissue",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferorder",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_tray",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_tray_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_unitcost",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wa_product",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warehouse",schemaname="public"} 2.678483e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastage",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastageline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="multitabchecking",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="myonlytest",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 136 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 12211 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_companies",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 10615 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 4.032316e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 86355 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 107183 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 372 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 31759 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 34389 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 151900 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="orders",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ox_order",schemaname="public"} 51 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"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_agent",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_contract",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_contract_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoice",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoice_meta",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_lc_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_order",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_order_lc",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_order_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderline",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_ordertax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_price_variance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_pricelist",schemaname="public"} 705 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_productprice",schemaname="public"} 437 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_requisition",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_rfq",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_bank_account",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workrequest",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_configuration",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_designer",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_project",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_sketch",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_task",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_application",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_bug",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_docs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_feature",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_module",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project_team",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project_user",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_resources",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_skill",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_task_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_testcase",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_operation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_order",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_process",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_processic",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_prun",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 1.15653e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 236316 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_business_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer",schemaname="public"} 3.209285e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_address",schemaname="public"} 5.7914286e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_category",schemaname="public"} 1.63581111e+08 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_dropship",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_industry_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoice",schemaname="public"} 309 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_omni_sales_reconciliation",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_order",schemaname="public"} 277323 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_order_meta",schemaname="public"} 73465 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline",schemaname="public"} 7175 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 401816 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 123128 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 624186 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1.6519e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.162167e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pricelist",schemaname="public"} 1.6180153e+08 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_productprice",schemaname="public"} 57129 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_rfq",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_rfqline",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_route_plan",schemaname="public"} 3599 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_salesrep",schemaname="public"} 231308 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_bill",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_center_notifications",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_location",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_movement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_request",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_survey_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_target",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_technician",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="seg_criteria",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_categories",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_categories_list",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_forms",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_list",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_media",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_menu",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_menu_title",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_pages",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_posts",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_settings",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_tags",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_device",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_feedback",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_location_users",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_reference",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="subline_tab",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="test_table",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_aisle",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_control_area",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_exception_action",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_level",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_operations",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_rack",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_reservation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_task",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_task_type",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_tolerance",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="webinar_settings",schemaname="public"} 50 # 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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="api_key",schemaname="public"} 303364 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 8.5038219577e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 2.41041470906e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 8.74310974e+08 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.2755906e+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"} 5.8916477e+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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 2.473558e+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"} 17219 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 347 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 6284 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"} 150 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 24625 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 2.034157e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 2121 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 1.14912321e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 8.4689734e+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_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_city",schemaname="public"} 2.5762895e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_client",schemaname="public"} 3.6154585e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 408 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 331 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_country",schemaname="public"} 6.0348173e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 169026 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 1.7803644e+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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 6.4688987e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 850 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"} 129 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 3068 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"} 4.35571359e+08 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"} 3.395562e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 2.493104e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 147 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_log_retention_settings_log",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"} 4750 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"} 5737 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"} 15243 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"} 19942 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 58 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"} 593346 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"} 4141 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 277 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 1223 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"} 18810 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 100751 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 2651 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 8588 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 4.89323e+06 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"} 17160 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 10359 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 10590 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 500 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"} 2.44897315e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 6.7545781e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_region",schemaname="public"} 4.5788895e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 1.02326e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 56026 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_report",schemaname="public"} 21246 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 25893 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 19056 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 400 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 250 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"} 501787 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 3401 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"} 3.944028e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 2.165317e+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"} 337861 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"} 7.531067e+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"} 360240 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"} 1.45568955e+09 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"} 5.4485777e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 2.126354e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 5.543319e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 7.464409262e+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"} 789 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 57 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"} 426768 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window",schemaname="public"} 46271 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 92369 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"} 6.007644e+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"} 44436 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"} 5.392954558e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1.379000984e+09 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"} 4.9495453486e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.21093491577e+11 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.62756e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 8.544566e+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_inspectionlinetask_param",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="cwq_template",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"} 4.76974137e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1.278899e+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"} 246308 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"} 16014 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"} 1.81937345e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1.1043524e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 1.352565e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 655172 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"} 873495 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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 1321 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 1.79547112e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1.717086e+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"} 621660 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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.26817601212e+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"} 3.0193929e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 704360 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"} 13720 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"} 2.176964111e+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"} 1.73708862503e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 1.36194e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 3.6886545e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 6.04257611e+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"} 28554 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"} 1.615545e+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_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_recipe_division",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"} 98640 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 6.371531e+06 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"} 1.6095174e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 483548 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"} 2.99185834e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 2.395078556e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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.0355715e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 3.5538817e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 9.97097177755e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 2.441485e+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.25894e+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"} 2.693165e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.9157171527e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 4.1607841e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 5.319291605e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 2.5158819e+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"} 2.758417e+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_settings",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"} 235 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_connector",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_distribution_lines",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"} 16300 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 19740 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_payment_proposal_line",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"} 5.4185037e+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.066665873e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 6.3527802e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 7.1732612e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 6.2560146e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 7.937972e+07 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"} 2.6402142058e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 158450 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"} 43066 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"} 50902 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 101795 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 100 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1587 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 5814 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"} 6.737937251e+09 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"} 1.822662904e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 7.0703958883e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 5.8637909e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.203871952e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 2.444243e+07 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.897666e+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"} 7.844904e+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"} 331432 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"} 4.0174827722e+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"} 7.63574857e+08 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.259437432e+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"} 3.569175890088e+12 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 104566 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 7.54790316e+08 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"} 93353 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"} 389772 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"} 1.92738e+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"} 20288 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"} 1.50390776e+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"} 1.63548716e+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"} 1409 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"} 1027 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 1000 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 590 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 106 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"} 633147 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"} 597688 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 9.26657678e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 1.3136292e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 4.760332e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 44225 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"} 224228 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"} 7.26242515e+08 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"} 2.949254851e+09 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_invoice_meta",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"} 705 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"} 7.613122e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1.325804e+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_bank_account",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"} 150 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 100 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 150 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 462 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.31306e+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"} 236316 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"} 5.870544e+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.15442584e+08 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"} 1.63581111e+08 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"} 510252 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"} 389772 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"} 360900 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 86684 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_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_order",schemaname="public"} 1.69259343363e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 2.62086818887e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 2.0272720136e+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.08080021e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 2.041903360101e+12 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1.1775519300424e+13 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.451965460339e+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"} 4.8455263e+08 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"} 1.359869541e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 2.038042e+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"} 14879 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 8192 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.80928e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 5.9392e+06 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"} 286720 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"} 3.3705984e+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_exit_checklist",schemaname="public"} 0 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_resignation",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_employee_transfer",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_exit_checklist",schemaname="public"} 0 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_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_final_settlement_line",schemaname="public"} 8192 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_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",schemaname="public"} 0 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_revision_request",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.3754368e+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"} 507904 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_app_access",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 147456 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"} 622592 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"} 262144 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_bunit_type_mapping",schemaname="public"} 8192 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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_data_lock_rule_user",schemaname="public"} 0 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.33636096e+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_log_retention_settings_log",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"} 696320 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"} 98304 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"} 180224 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_log",schemaname="public"} 196608 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 163840 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_run",schemaname="public"} 6.586368e+07 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"} 868352 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"} 647168 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 8.421376e+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"} 262144 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 237568 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_job",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 2.523136e+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"} 2.1594112e+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.619712e+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"} 1.13270784e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 745472 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_policy_settings",schemaname="public"} 8192 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"} 131072 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"} 6.4241664e+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"} 2.2519808e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 4.784128e+07 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"} 7.2278016e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.53911296e+08 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.3185024e+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_inspectionlinetask_param",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="cwq_template",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"} 8.4598784e+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.18784e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1.605632e+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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 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.9378944e+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_tier_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.5597568e+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"} 114688 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"} 4.281802752e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 122880 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 5.709824e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 9.692889088e+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_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_recipe_division",schemaname="public"} 0 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"} 81920 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.464064e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.3467648e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 8192 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"} 352256 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1.06496e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 8.88348672e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 3.0797824e+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"} 8.675328e+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"} 8.4189184e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 2.41385472e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 5.6901632e+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"} 360448 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_settings",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_connector",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_distribution_lines",schemaname="public"} 8192 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"} 204800 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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_payment_proposal_line",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"} 8.65124352e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 4.64994304e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 6.04012544e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 4.75398144e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 6.50420224e+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"} 7.4326016e+07 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"} 49152 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"} 3.2055296e+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"} 303104 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 9.4208e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.6384e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 1.662976e+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"} 81920 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"} 3.23584e+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"} 5.61152e+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.941504e+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.0668416e+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"} 5.021696e+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"} 98304 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"} 81920 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 245760 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 155648 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 131072 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"} 1.2591104e+07 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"} 1.2263424e+07 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_invoice_meta",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"} 6.037504e+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_bank_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 8192 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"} 49152 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_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_order",schemaname="public"} 1.484570624e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1.181892608e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderline",schemaname="public"} 4.513693696e+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"} 1.826816e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 1.136467968e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 2.95866368e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_ordertax",schemaname="public"} 4.69508096e+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.51968e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 9.650176e+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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_data_lock_rule_user",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_log_retention_settings_log",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_job",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_policy_settings",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_inspectionlinetask_param",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="cwq_template",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_brand_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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_cart",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_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_recipe_division",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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_payment_proposal_line",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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="api_key",schemaname="public"} 302821 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.2471607345e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 8.939955595e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 4.2088266e+07 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"} 2.728111e+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.044087e+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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 867 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"} 122740 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_app_access",schemaname="public"} 436 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 1975 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"} 90 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 205 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 405998 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_bunit",schemaname="public"} 6.60573659e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 3.667616e+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_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_city",schemaname="public"} 3.6265268e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_client",schemaname="public"} 3.2758605e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 87 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_country",schemaname="public"} 8.597054e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 13576 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_currency",schemaname="public"} 2.913859e+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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 3.511618e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 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"} 12 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1507 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"} 2.9144946e+07 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"} 28 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 310103 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integrations",schemaname="public"} 661 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_log_retention_settings_log",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"} 0 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"} 2946 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"} 15365 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"} 1772 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 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"} 197284 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"} 207 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 300 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 520 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"} 280939 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_access",schemaname="public"} 13194 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_log",schemaname="public"} 4786 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 569 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_run",schemaname="public"} 2.113611e+06 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"} 65340 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_window",schemaname="public"} 986 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 990 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 268 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"} 2.3708086e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 614802 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_region",schemaname="public"} 1.6958162e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_releases",schemaname="public"} 145468 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 2730 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_report",schemaname="public"} 810 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_report_access",schemaname="public"} 3114 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 21031 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 393 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 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"} 448181 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_role_application",schemaname="public"} 61 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.176837e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 41953 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"} 167219 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"} 8.975539e+06 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"} 284637 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"} 1.63709234e+08 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"} 5.2766949e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_access",schemaname="public"} 750627 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 1.128584e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2.52435487e+08 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"} 902 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 1 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"} 140448 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window",schemaname="public"} 54815 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window_access",schemaname="public"} 188380 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"} 146408 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"} 182110 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"} 5.30506263e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 3.9104839e+07 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"} 2.64223773e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 6.54015177e+09 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"} 109011 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 143567 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_inspectionlinetask_param",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="cwq_template",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"} 2.5522115e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 29055 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"} 95658 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"} 11259 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"} 7.81367e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 425376 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 96997 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 86031 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"} 36189 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_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 550 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 7.65859478e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 3.200385e+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"} 35937 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_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 6.301230639e+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.481463e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 910530 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"} 101953 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"} 1.52860252e+08 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.4220453357e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 199796 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.9500788e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.7331647e+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"} 22890 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"} 427040 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_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_recipe_division",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"} 19186 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 2.422821e+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"} 611047 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 320 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.5450334e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.51905413e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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.1905045e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1.726277e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 4.0072665767e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 3.759387e+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"} 18891 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"} 171290 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.213728559e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 383207 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.81180968e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 928947 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"} 124647 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_settings",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"} 69 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_connector",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_distribution_lines",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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 1.277143e+06 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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_line",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"} 1.3409163e+07 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"} 7.5014662e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.970141e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 6.043301e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 2.029047e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 1145 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"} 1.412801423e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 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"} 4942 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"} 33707 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 12053 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1193 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 2145 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"} 2.67814519e+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"} 9.5405859e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 3.132363351e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 4.99643e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 5.38325455e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 3.903928e+06 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"} 365535 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"} 2.607798e+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"} 2.1520618e+07 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"} 1.936654359e+09 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"} 5.7561445e+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.89199452e+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"} 1.05084696449e+11 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_bom",schemaname="public"} 136 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_category",schemaname="public"} 4.4043479e+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"} 198 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"} 1176 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"} 3.34929098e+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"} 3.39053624e+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"} 2.64277e+06 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"} 8.018829e+06 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"} 213 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"} 87 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 1 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"} 25325 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"} 54227 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 7.6106342e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 593356 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 762706 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 3719 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"} 65884 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"} 3.5289171e+07 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"} 1.47482372e+08 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_invoice_meta",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"} 881 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"} 208899 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1879 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_bank_account",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"} 189 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 314 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 38 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 157 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"} 4.895552e+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"} 235072 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"} 3.924235e+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"} 5.8491274e+07 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"} 1.6358027e+08 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"} 12406 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"} 1570 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 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_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_order",schemaname="public"} 3.7625810491e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_order_meta",schemaname="public"} 9.110037088e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderline",schemaname="public"} 2.08071906e+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"} 1.5088272e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 8.0900617647e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 7.7115941507e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_ordertax",schemaname="public"} 6.4030359645e+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"} 1.62093226e+08 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"} 2.83215936e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 21624 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"} 3964 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="api_key",schemaname="public"} 543 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.8678295e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 482713 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1.243998e+06 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"} 136495 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"} 8.482175e+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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 83901 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"} 42951 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 371 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 2338 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"} 110 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 2005 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 25955 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 103 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 3542 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 14784 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_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_city",schemaname="public"} 2005 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_client",schemaname="public"} 73 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 54 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 244 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_country",schemaname="public"} 829 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 1790 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 210 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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 182 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 50 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"} 53 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 837 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"} 534 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"} 542496 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 2128 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 63 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_log_retention_settings_log",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"} 100 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"} 1114 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"} 5398 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"} 65 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 58 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"} 498 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"} 384 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 275 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"} 2409 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 1740 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 1095 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 559 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 445250 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"} 5855 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 52 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 69 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 267 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"} 196714 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1.227573e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_region",schemaname="public"} 1713 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 1551 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 1351 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_report",schemaname="public"} 964 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 1459 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 3822 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 108 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 50 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"} 49668 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 153 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"} 6399 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 155558 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"} 60144 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"} 3 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"} 1838 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"} 98 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"} 85425 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 23739 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 782721 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 192080 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"} 1451 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 0 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"} 56 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"} 1808 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window",schemaname="public"} 2263 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 8377 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"} 11796 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"} 9658 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"} 2.548363e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1.535281e+07 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"} 4.607495e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 3.7272878e+07 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"} 14007 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 782677 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_inspectionlinetask_param",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="cwq_template",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"} 10971 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 82417 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"} 2834 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"} 4756 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"} 1.050448e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 79034 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 11292 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 1840 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"} 5478 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_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 792 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 8.020182e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 178 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"} 5507 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_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 3.197765e+06 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"} 54217 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 3179 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"} 7654 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"} 1.0983421e+07 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"} 2.47541655e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 2168 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 268590 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 6.2272949e+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"} 5664 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"} 3237 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_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_recipe_division",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"} 5474 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 2 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"} 9742 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 16320 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.306328e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 3.857508e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 0 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"} 155539 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 191928 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 2.26384515e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.744745e+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"} 54024 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"} 133891 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 2.0156319e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.470518e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.1045842e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 44046 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"} 7895 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_settings",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"} 166 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_connector",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_distribution_lines",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"} 900 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 45889 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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_payment_proposal_line",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"} 71 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.6038944e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 2.819057e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 3.71996e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 2.804172e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 4.048136e+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"} 4.625874e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 2300 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"} 523 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"} 1274 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 3476 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 52 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 379 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 1040 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"} 1.6673225e+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"} 107165 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 3.276042e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 12428 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 568738 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 510835 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"} 13132 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"} 7170 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"} 619880 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"} 2.038051e+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"} 325024 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"} 1.156395e+07 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"} 1.209468e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 4140 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 126092 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"} 5347 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"} 19992 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.353035e+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"} 4808 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"} 6.819251e+06 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"} 3400 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"} 103 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"} 56 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 50 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 52 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 52 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"} 12640 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"} 1691 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 42510 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 38019 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 19809 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 924 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"} 2977 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"} 3.791139e+06 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"} 3.015564e+06 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_invoice_meta",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"} 148 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"} 63699 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 51748 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_bank_account",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"} 111 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 231 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 112 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 103 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"} 21582 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"} 1780 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"} 119 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"} 114 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"} 841 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"} 33529 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"} 26524 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"} 16400 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 3484 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_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_order",schemaname="public"} 3.6307617e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 8.19588684e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.268154398e+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"} 288531 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 3.93938086e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 4.69105613529e+11 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 4.124169e+06 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"} 99 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.531158e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 65326 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"} 358 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_center_notifications",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="ai_ocr_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="api_key",schemaname="public"} 173347 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer",schemaname="public"} 3.4147342e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 216363 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 134056 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 1.667372e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="brand",schemaname="public"} 581761 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 11 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 126846 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 259892 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_exit_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_resignation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_transfer",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_exit_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_final_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_final_settlement_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_increment_policy",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_increment_proposal",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_requisition",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ot_preference",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_salary_revision_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 29509 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_email_template",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alert",schemaname="public"} 111 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 580341 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 332679 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_app_access",schemaname="public"} 487 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 756 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 2203 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 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"} 1544 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit",schemaname="public"} 3.9099147e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 66230 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit_type_mapping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_city",schemaname="public"} 3.2315728e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_client",schemaname="public"} 749923 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_country",schemaname="public"} 560618 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 1551 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_currency",schemaname="public"} 267677 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 11147 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_lock_override_role",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_user",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_division",schemaname="public"} 265 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_doctype",schemaname="public"} 230399 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_file",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_import_template",schemaname="public"} 359 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 337423 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 98459 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integrations",schemaname="public"} 657 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_log_retention_settings_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 799 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 8221 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 462 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_module",schemaname="public"} 1002 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 136809 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 386 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 200 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 643 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process",schemaname="public"} 418083 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_access",schemaname="public"} 26123 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_log",schemaname="public"} 1173 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_run",schemaname="public"} 2.931905e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 113747 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_window",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 355218 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 4638 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_region",schemaname="public"} 347310 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_releases",schemaname="public"} 1036 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_report",schemaname="public"} 2965 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_report_access",schemaname="public"} 7355 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_report_job",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 25304 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"} 11815 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_role",schemaname="public"} 186258 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_role_application",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_sequence",schemaname="public"} 141226 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 11537 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 51965 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_tax",schemaname="public"} 408511 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 271878 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 138198 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_uom",schemaname="public"} 576971 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user",schemaname="public"} 8.0060551e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_access",schemaname="public"} 52387 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 532479 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 51723 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 839 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 245 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_views",schemaname="public"} 12208 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 124185 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window",schemaname="public"} 115815 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_access",schemaname="public"} 163847 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_process",schemaname="public"} 2496 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 276131 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_channel",schemaname="public"} 92025 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order",schemaname="public"} 2.775002e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 263372 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 129029 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.194361e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 154 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 290268 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 80221 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 33020 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 290321 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_collection",schemaname="public"} 378 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspectionlinetask_param",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 26478 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 1.3998725e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 9877 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 749188 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 405 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_events",schemaname="public"} 17508 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 34559 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 34575 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 34796 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 6486 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 17588 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 83854 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 18243 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 6484 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 17567 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 29263 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 34641 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 1192 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 47878 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 672 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 37771 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 2496 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 18016 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_brand_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 18050 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 287861 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 2.412274e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 31803 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 18004 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 53758 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_tier_scope",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 281447 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 83651 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 11263 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 133460 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 139688 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 86700 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 83942 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 2.474861e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 10943 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 368090 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 96988 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.400451e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 3.04506e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 9781 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 45749 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 11087 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 11183 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 198808 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_bunit",schemaname="public"} 597888 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_division",schemaname="public"} 597889 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 276024 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_rules",schemaname="public"} 17483 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 583724 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 26466 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 1653 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 248643 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.520725e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 602 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till",schemaname="public"} 5.466299e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1691 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 994890 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 4.305284e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 2385 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 3892 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 292668 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 333371 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 355578 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 425 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 7622 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 1.007569e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_wallet_settings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 455 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_taskline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="email_source",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_account",schemaname="public"} 89770 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_bank_connector",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar",schemaname="public"} 267 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_distribution_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 18323 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 1.297398e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_isd_distribution_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_isd_summary_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_journal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 1.239869e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 378 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 378 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_payment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_payment_advice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 6.454436e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receipt",schemaname="public"} 7.786183e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 4.109413e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 7.027914e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 2.889142e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 178 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_transactions",schemaname="public"} 849272 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="hsncode",schemaname="public"} 191299 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_provider",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 392 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_task",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 26265 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 4051 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1125 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 4724 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_addon_group",schemaname="public"} 83297 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_attribute",schemaname="public"} 83457 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 83310 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch",schemaname="public"} 3.47132671e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_group",schemaname="public"} 378 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 1197 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 27417 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 83837 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 83331 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 2.609989e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 21499 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 61747 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 3.148566e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 54187 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 538991 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 2.546119e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 6.804383e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 291091 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 1.01888e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 36183 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 1.9767258e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 530643 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 8.271934e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 5.781524e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 1.7766604e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product",schemaname="public"} 1.19919231e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_addon",schemaname="public"} 83269 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 57727 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_bom",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_category",schemaname="public"} 1.6471544e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 836 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_group",schemaname="public"} 83868 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 83845 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receipt",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 48674 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stock",schemaname="public"} 5.23919183e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_storagebin",schemaname="public"} 3.39354305e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_trackertype",schemaname="public"} 377 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transaction",schemaname="public"} 184 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferissue",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warehouse",schemaname="public"} 173349 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastage",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastageline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 11 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 3616 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 2861 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 7.0106845e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 57262 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 373194 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 179 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 43160 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 58167 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 370929 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_contract",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoice",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoice_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_order",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_pricelist",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_productprice",schemaname="public"} 624 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 261 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_rfq",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier",schemaname="public"} 2233 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_bank_account",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workrequest",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_order",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 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"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 674 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 35 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"} 398667 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer",schemaname="public"} 1.064423e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_address",schemaname="public"} 414684 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_category",schemaname="public"} 328243 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoice",schemaname="public"} 1.021714e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 22 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_omni_sales_reconciliation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_order",schemaname="public"} 6.92523589e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_order_meta",schemaname="public"} 6.61682026e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline",schemaname="public"} 4.8971526e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 290548 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 13000 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 742087 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 2.157137e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.949404e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pricelist",schemaname="public"} 921341 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 845 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_productprice",schemaname="public"} 5.24203317e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 911 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 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"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_route_plan",schemaname="public"} 725 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_salesrep",schemaname="public"} 217788 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_center_notifications",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_survey_template",schemaname="public"} 71 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_target",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="test_table",schemaname="public"} 4 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"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_read Number of disk blocks read from all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_read counter pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ai_ocr_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="api_key",schemaname="public"} 1119 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 613302 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 2935 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 21358 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 979 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="brand",schemaname="public"} 20777 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 4 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 1374 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 244010 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_department",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_exit_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_resignation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_exit_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_final_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_final_settlement_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_formula",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_increment_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_increment_proposal",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_requisition",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ot_preference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_salary_revision_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_work_location",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 5516 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_email_template",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alert",schemaname="public"} 427 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 106 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 19179 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 696 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 704 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 1183 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 151 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 610 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 373 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 4644 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit_type_mapping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_city",schemaname="public"} 6202 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_client",schemaname="public"} 144 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 402 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_country",schemaname="public"} 1141 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 1844 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 304 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 1711 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_lock_override_role",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_user",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_division",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_doctype",schemaname="public"} 391 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_file",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 985 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 3789 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 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_log_retention_settings_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 329 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_module",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 1623 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 699 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process",schemaname="public"} 5322 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 3467 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 899 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 279 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 351735 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 3670 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 3032 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 12158 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_region",schemaname="public"} 1135 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_report",schemaname="public"} 392 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 2134 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_report_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 4862 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 2285 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_role",schemaname="public"} 12718 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_sequence",schemaname="public"} 1706 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 5985 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 3032 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_tax",schemaname="public"} 185 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 5193 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 1824 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_uom",schemaname="public"} 2346 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user",schemaname="public"} 6445 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 5557 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 120111 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 4044 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 69 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 296 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_policy_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 118 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_session",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_views",schemaname="public"} 1933 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 2118 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window",schemaname="public"} 3456 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 9728 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_process",schemaname="public"} 1086 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 7343 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_channel",schemaname="public"} 4010 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order",schemaname="public"} 134319 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 148753 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 57066 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 475587 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 1894 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 15261 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 50335 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 1841 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_collection",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspectionlinetask_param",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 5883 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 3581 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 7637 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 3587 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 752 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 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"} 5716 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 5639 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 5623 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 5574 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 4695 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 5732 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 4742 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 5750 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 4694 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 5752 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 5767 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 5557 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 8123 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1474 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 5880 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 2540 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 5824 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_brand_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_channel_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 5788 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 63296 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1070 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 1354 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 5808 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 5245 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_tier_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 71327 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 4718 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 1776 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 1990 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 10556 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 4827 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 17026 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 449575 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 1755 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 279887 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 3270 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 23333 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 2.304268e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 5081 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 7051 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 1785 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 1755 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 619 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_bunit",schemaname="public"} 385 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_division",schemaname="public"} 384 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 635 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_rules",schemaname="public"} 5739 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 340 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 5895 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 1848 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 13202 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 73465 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_discount",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 541 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till",schemaname="public"} 2081 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1960 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 579624 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 177541 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 7121 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 95 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 2004 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 64655 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 135545 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 52779 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 877 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 5041 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 779 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_wallet_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_task",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_taskline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="email_source",schemaname="public"} 106 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_account",schemaname="public"} 7558 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_bank_connector",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar",schemaname="public"} 45 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"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_distribution_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 5745 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 7610 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_isd_summary_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_journal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 1343 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_payment_advice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_payment_proposal_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 4505 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receipt",schemaname="public"} 688602 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 835459 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 642626 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 602943 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 385 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_transactions",schemaname="public"} 175257 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="hsncode",schemaname="public"} 7613 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_provider",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 328 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_task",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 4326 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 3574 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 333 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 3571 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_addon_group",schemaname="public"} 4815 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_attribute",schemaname="public"} 4788 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 4807 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch",schemaname="public"} 4649 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_group",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 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"} 64 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 25938 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 4726 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 4781 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_movement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 7132 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 5725 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 9713 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 217864 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 5482 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 42014 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 163581 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 6635 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 2771 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 3604 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 5051 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 288029 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 4207 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 139671 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 6982 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 88529 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product",schemaname="public"} 1.189681e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_addon",schemaname="public"} 4856 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 5559 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 30041 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_group",schemaname="public"} 4695 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 4718 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receipt",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 16906 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipment",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stock",schemaname="public"} 369785 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_storagebin",schemaname="public"} 1245 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_trackertype",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transaction",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferissue",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warehouse",schemaname="public"} 1161 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastage",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastageline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 3480 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 591 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 16700 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 4257 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 5518 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 523 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 4302 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 39532 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 47488 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ox_order",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_contract",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoice",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoice_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_order",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_pricelist",schemaname="public"} 188 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 111 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_productprice",schemaname="public"} 686 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 344 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_requisition",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_rfq",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier",schemaname="public"} 219 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_bank_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workrequest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_order",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 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"} 54 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 852 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 160 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 62859 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer",schemaname="public"} 2440 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_address",schemaname="public"} 365 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_category",schemaname="public"} 1197 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoice",schemaname="public"} 2708 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 28 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_omni_sales_reconciliation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_order",schemaname="public"} 2.8511526e+07 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_order_additional_charges",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 7.394682e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 3.727987e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 478 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 9879 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 586903 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1.726556e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.744466e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pricelist",schemaname="public"} 1303 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 225 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_productprice",schemaname="public"} 184344 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 878 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 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"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_route_plan",schemaname="public"} 538 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_salesrep",schemaname="public"} 299 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_center_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_survey_template",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_target",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="test_table",schemaname="public"} 2 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"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_operations",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_hit Number of buffer hits in this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_hit counter pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 7.6262781e+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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 19502 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"} 7 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"} 350 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"} 27577 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_user",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.608345e+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_log_retention_settings_log",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"} 3743 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"} 95 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"} 1006 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"} 24 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"} 24 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"} 950 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_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 61332 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"} 3026 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"} 17683 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"} 33981 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_policy_settings",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"} 844641 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"} 1.729108e+06 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_inspectionlinetask_param",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="cwq_template",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.468853e+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_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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.47560741e+08 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 65980 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.846305e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 50 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"} 11 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_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_recipe_division",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"} 927498 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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_line",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"} 370 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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 201361 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 8428 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"} 12 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"} 100 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"} 1985 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 3905 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_log_retention_settings_log",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"} 130 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"} 108 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"} 112 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"} 108 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"} 108 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"} 100 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_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 3994 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"} 102 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"} 391 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"} 488 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_policy_settings",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"} 8347 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"} 46463 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_inspectionlinetask_param",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="cwq_template",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"} 10603 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_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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"} 332315 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 8807 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 26547 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 100 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"} 114 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_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_recipe_division",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"} 2653 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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_payment_proposal_line",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"} 104 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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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.8467026e+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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 14026 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"} 6 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"} 300 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"} 39952 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 587643 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_log_retention_settings_log",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"} 5291 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"} 95 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"} 1133 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"} 31 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"} 34 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"} 700 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_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 39865 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"} 1935 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"} 10224 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"} 11314 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_policy_settings",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"} 977727 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"} 593134 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_inspectionlinetask_param",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="cwq_template",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"} 882341 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_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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.6142086e+07 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 42443 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 2.138391e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 50 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"} 8 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_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_recipe_division",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"} 325233 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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_payment_proposal_line",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"} 217 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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ai_ocr_settings_lines",schemaname="public"} 0 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"} 1.1184057e+07 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_exit_checklist",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_resignation",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_employee_transfer",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_exit_checklist",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_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_final_settlement_line",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_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_increment_proposal",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_requisition",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_policy_definition",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_preference",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_revision_request",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"} 4690 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"} 6 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"} 100 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"} 1639 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_bunit_type_mapping",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_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_data_lock_rule_user",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"} 268807 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_log_retention_settings_log",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"} 1967 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"} 84 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"} 366 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"} 66 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"} 61 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"} 400 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_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 8808 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"} 1492 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"} 2481 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"} 9207 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_policy_settings",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"} 236201 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"} 326892 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_inspectionlinetask_param",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="cwq_template",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"} 414116 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_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_channel_scope",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_tier_scope",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.9358519e+07 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 6741 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 626749 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 50 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"} 57 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_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_recipe_division",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"} 154769 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_discount",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_settings",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_connector",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_distribution_lines",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_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_isd_summary_lines",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_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_payment_proposal_line",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"} 274 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_invoice_meta",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_bank_account",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_omni_sales_reconciliation",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_additional_charges",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_center_notifications",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 77260.28 # 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 9.4547077126e+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 5.3913384052e+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.0286592e+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"} 183294 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0