# 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.6921e-05 go_gc_duration_seconds{quantile="0.25"} 0.000117991 go_gc_duration_seconds{quantile="0.5"} 0.000149205 go_gc_duration_seconds{quantile="0.75"} 0.000193948 go_gc_duration_seconds{quantile="1"} 0.00257436 go_gc_duration_seconds_sum 102.461481276 go_gc_duration_seconds_count 662812 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 11 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.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.7868856e+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 5.788359390152e+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 2.022957e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.32649488963e+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 4.200224e+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.7868856e+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 6.8927488e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.0326784e+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 604491 # 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 6.889472e+07 # 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 9.9254272e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.784710953950885e+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.32650093454e+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 581600 # 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 1.7136e+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 3.2712234e+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.282227e+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.409024e+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.409024e+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 1.09898008e+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="ofc2"} -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="ofc2"} 5.3837044759e+10 pg_database_size_bytes{datname="postgres"} 7.765015e+06 pg_database_size_bytes{datname="template0"} 7.520783e+06 pg_database_size_bytes{datname="template1"} 7.748631e+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.009742791 # 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 168312 # HELP pg_exporter_user_queries_load_error Whether the user queries file was loaded and parsed successfully (1 for error, 0 for success). # TYPE pg_exporter_user_queries_load_error gauge pg_exporter_user_queries_load_error{filename="/etc/postgres_exporter/queries.yml",hashsum="5b73525e7f2a857aa1da6e641c007d6ac8eb50bdb1ddcd0c2b0172cefa0b70da"} 0 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge pg_locks_count{datname="ofc2",mode="accessexclusivelock"} 0 pg_locks_count{datname="ofc2",mode="accesssharelock"} 5 pg_locks_count{datname="ofc2",mode="exclusivelock"} 0 pg_locks_count{datname="ofc2",mode="rowexclusivelock"} 0 pg_locks_count{datname="ofc2",mode="rowsharelock"} 0 pg_locks_count{datname="ofc2",mode="sharelock"} 0 pg_locks_count{datname="ofc2",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="ofc2",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="ofc2",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_replication_slot_safe_wal_size_bytes number of bytes that can be written to WAL such that this slot is not in danger of getting in state lost # TYPE pg_replication_slot_safe_wal_size_bytes gauge pg_replication_slot_safe_wal_size_bytes{slot_name="ofc2_slot",slot_type="logical"} 1.084423832e+09 # HELP pg_replication_slot_slot_confirmed_flush_lsn last lsn confirmed flushed to the replication slot # TYPE pg_replication_slot_slot_confirmed_flush_lsn gauge pg_replication_slot_slot_confirmed_flush_lsn{slot_name="ofc2_slot",slot_type="logical"} 3.36589489528e+11 # HELP pg_replication_slot_slot_current_wal_lsn current wal lsn value # TYPE pg_replication_slot_slot_current_wal_lsn gauge pg_replication_slot_slot_current_wal_lsn{slot_name="ofc2_slot",slot_type="logical"} 3.365906026e+11 # HELP pg_replication_slot_slot_is_active whether the replication slot is active or not # TYPE pg_replication_slot_slot_is_active gauge pg_replication_slot_slot_is_active{slot_name="ofc2_slot",slot_type="logical"} 1 # HELP pg_replication_slot_wal_status availability of WAL files claimed by this slot # TYPE pg_replication_slot_wal_status gauge pg_replication_slot_wal_status{slot_name="ofc2_slot",slot_type="logical",wal_status="reserved"} 1 # HELP pg_replication_slots_active Flag indicating if the slot is active # TYPE pg_replication_slots_active gauge pg_replication_slots_active{database="ofc2",server="13.234.92.150:8641",slot_name="ofc2_slot"} 1 # HELP pg_replication_slots_pg_wal_lsn_diff Replication lag in bytes # TYPE pg_replication_slots_pg_wal_lsn_diff gauge pg_replication_slots_pg_wal_lsn_diff{database="ofc2",server="13.234.92.150:8641",slot_name="ofc2_slot"} 5.011072e+06 # 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="debezium"} -1 pg_roles_connection_limit{rolname="ofcposread"} -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.294961183 pg_scrape_collector_duration_seconds{collector="locks"} 0.008207143 pg_scrape_collector_duration_seconds{collector="replication"} 0.001988931 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.005748222 pg_scrape_collector_duration_seconds{collector="roles"} 0.006602374 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.000949226 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.278297129 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.004568995 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.28013478 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.275751265 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.045210226 pg_scrape_collector_duration_seconds{collector="wal"} 0.003101877 # 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"} 0 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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="13.234.92.150: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="13.234.92.150:8641"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="13.234.92.150:8641"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="13.234.92.150:8641"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="13.234.92.150: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="13.234.92.150:8641"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_memoize Server Parameter: enable_memoize # TYPE pg_settings_enable_memoize gauge pg_settings_enable_memoize{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="13.234.92.150:8641"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="13.234.92.150: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="13.234.92.150:8641"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="13.234.92.150:8641"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="13.234.92.150:8641"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="13.234.92.150: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="13.234.92.150:8641"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 2 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="13.234.92.150:8641"} 1 # HELP pg_settings_jit Server Parameter: jit # TYPE pg_settings_jit gauge pg_settings_jit{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_jit_expressions Server Parameter: jit_expressions # TYPE pg_settings_jit_expressions gauge pg_settings_jit_expressions{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 600 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="13.234.92.150:8641"} 1 # HELP pg_settings_log_connections Server Parameter: log_connections # TYPE pg_settings_log_connections gauge pg_settings_log_connections{server="13.234.92.150:8641"} 0 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="13.234.92.150:8641"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 6.7108864e+07 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 1.073741824e+09 # 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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 1.073741824e+09 # HELP pg_settings_max_worker_processes Server Parameter: max_worker_processes # TYPE pg_settings_max_worker_processes gauge pg_settings_max_worker_processes{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 8.388608e+07 # 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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0.1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="13.234.92.150:8641"} 8641 # 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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="13.234.92.150: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="13.234.92.150:8641"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="13.234.92.150:8641"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 160014 # 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="13.234.92.150:8641"} 1.34217728e+08 # HELP pg_settings_shared_memory_size_bytes Server Parameter: shared_memory_size [Units converted to bytes.] # TYPE pg_settings_shared_memory_size_bytes gauge pg_settings_shared_memory_size_bytes{server="13.234.92.150:8641"} 1.49946368e+08 # HELP pg_settings_shared_memory_size_in_huge_pages Server Parameter: shared_memory_size_in_huge_pages # TYPE pg_settings_shared_memory_size_in_huge_pages gauge pg_settings_shared_memory_size_in_huge_pages{server="13.234.92.150:8641"} 72 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="13.234.92.150:8641"} 1 # HELP pg_settings_ssl_passphrase_command_supports_reload Server Parameter: ssl_passphrase_command_supports_reload # TYPE pg_settings_ssl_passphrase_command_supports_reload gauge pg_settings_ssl_passphrase_command_supports_reload{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 3 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} -1 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="13.234.92.150:8641"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="13.234.92.150:8641"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 0 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 4.194304e+06 # HELP pg_settings_wal_decode_buffer_size_bytes Server Parameter: wal_decode_buffer_size [Units converted to bytes.] # TYPE pg_settings_wal_decode_buffer_size_bytes gauge pg_settings_wal_decode_buffer_size_bytes{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 5.36870912e+08 # HELP pg_settings_wal_log_hints Server Parameter: wal_log_hints # TYPE pg_settings_wal_log_hints gauge pg_settings_wal_log_hints{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641"} 4.194304e+06 # HELP pg_settings_zero_damaged_pages Server Parameter: zero_damaged_pages # TYPE pg_settings_zero_damaged_pages gauge pg_settings_zero_damaged_pages{server="13.234.92.150: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="ofc2",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ofc2",server="13.234.92.150:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ofc2",server="13.234.92.150:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ofc2",server="13.234.92.150:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.234.92.150:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.234.92.150:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.234.92.150:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.234.92.150:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.234.92.150:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.234.92.150:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.234.92.150:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.234.92.150:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.234.92.150:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.234.92.150:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.234.92.150:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.234.92.150:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.234.92.150:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.234.92.150:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.234.92.150: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="ofc2",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="parallel worker",datname="ofc2",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 2 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 10 pg_stat_activity_count{application_name="Debezium General",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 2 pg_stat_activity_count{application_name="Debezium Streaming",backend_type="walsender",datname="ofc2",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="WalSenderWaitForWAL",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="pgAdmin 4 - CONN:1472991",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="cwbos",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="pgAdmin 4 - CONN:419724",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="cwbos",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="pgAdmin 4 - CONN:792923",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="cwbos",wait_event="ClientRead",wait_event_type="Client"} 1 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ofc2",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ofc2",server="13.234.92.150:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ofc2",server="13.234.92.150:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ofc2",server="13.234.92.150: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="13.234.92.150:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="13.234.92.150: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="13.234.92.150:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="13.234.92.150: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="13.234.92.150:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="13.234.92.150: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="13.234.92.150: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="13.234.92.150:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="13.234.92.150:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="13.234.92.150: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="13.234.92.150:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="13.234.92.150: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="13.234.92.150: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="ofc2",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 0.218847 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="parallel worker",datname="ofc2",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 0.218847 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="Debezium General",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="Debezium Streaming",backend_type="walsender",datname="ofc2",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="WalSenderWaitForWAL",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - CONN:1472991",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="cwbos",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - CONN:419724",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="cwbos",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - CONN:792923",backend_type="client backend",datname="ofc2",server="13.234.92.150:8641",state="idle",usename="cwbos",wait_event="ClientRead",wait_event_type="Client"} 0 # HELP pg_stat_activity_queries_duration Query duration in seconds # TYPE pg_stat_activity_queries_duration gauge pg_stat_activity_queries_duration{application_name="",client_addr="13.234.92.150/32",datname="ofc2",pid="1696450",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="none"} -0.00047 pg_stat_activity_queries_duration{application_name="CWRetail",client_addr="13.234.92.150/32",datname="ofc2",pid="1696392",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="none"} 0.22034 pg_stat_activity_queries_duration{application_name="CWRetail",client_addr="unknown",datname="ofc2",pid="1696448",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="none"} 0.22034 pg_stat_activity_queries_duration{application_name="CWRetail",client_addr="unknown",datname="ofc2",pid="1696449",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="none"} 0.22034 pg_stat_activity_queries_duration{application_name="Debezium Streaming",client_addr="52.5.147.118/32",datname="ofc2",pid="804793",server="13.234.92.150:8641",state="active",usename="postgres",wait_event="WalSenderWaitForWAL"} 1.220866589825e+06 pg_stat_activity_queries_duration{application_name="walreceiver",client_addr="52.5.147.118/32",datname="",pid="3900571",server="13.234.92.150:8641",state="active",usename="replica",wait_event="WalSenderMain"} 1.577220575311e+06 # 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="13.234.92.150: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="13.234.92.150: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="13.234.92.150: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.353362498e+10 # 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 5.2527518e+07 # HELP pg_stat_bgwriter_buffers_checkpoint_total Number of buffers written during checkpoints # TYPE pg_stat_bgwriter_buffers_checkpoint_total counter pg_stat_bgwriter_buffers_checkpoint_total 3.871855e+06 # 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 2.6942666e+07 # 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 2.917911e+06 # 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 4.73300296e+08 # 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 257 # 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 41064 # 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 24087 # 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.772377151e+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.008801999999999999 pg_stat_database_active_time_seconds_total{datid="3360532",datname="ofc2"} 2.4058271549904e+07 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 17.216841 # 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="3360532",datname="ofc2"} 0 pg_stat_database_blk_read_time{datid="4",datname="template0"} 0 pg_stat_database_blk_read_time{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blk_write_time Time spent writing data file blocks by backends in this database, in milliseconds # TYPE pg_stat_database_blk_write_time counter pg_stat_database_blk_write_time{datid="1",datname="template1"} 0 pg_stat_database_blk_write_time{datid="3360532",datname="ofc2"} 0 pg_stat_database_blk_write_time{datid="4",datname="template0"} 0 pg_stat_database_blk_write_time{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blks_hit Number of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system's file system cache) # TYPE pg_stat_database_blks_hit counter pg_stat_database_blks_hit{datid="1",datname="template1"} 1.1818631e+07 pg_stat_database_blks_hit{datid="3360532",datname="ofc2"} 3.19828842704e+11 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 1.175472e+07 # 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"} 3.316434e+06 pg_stat_database_blks_read{datid="3360532",datname="ofc2"} 2.392642576538e+12 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 3.318482e+06 # 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="3360532",datname="ofc2"} 0 pg_stat_database_conflicts{datid="4",datname="template0"} 0 pg_stat_database_conflicts{datid="5",datname="postgres"} 0 # HELP pg_stat_database_conflicts_confl_active_logicalslot Unknown metric from pg_stat_database_conflicts # TYPE pg_stat_database_conflicts_confl_active_logicalslot untyped pg_stat_database_conflicts_confl_active_logicalslot{datid="1",datname="template1",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="3360532",datname="ofc2",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4",datname="template0",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5",datname="postgres",server="13.234.92.150: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="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="3360532",datname="ofc2",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4",datname="template0",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5",datname="postgres",server="13.234.92.150: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="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="3360532",datname="ofc2",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4",datname="template0",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5",datname="postgres",server="13.234.92.150: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="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="3360532",datname="ofc2",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="4",datname="template0",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="5",datname="postgres",server="13.234.92.150: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="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="3360532",datname="ofc2",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4",datname="template0",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5",datname="postgres",server="13.234.92.150: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="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="3360532",datname="ofc2",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4",datname="template0",server="13.234.92.150:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5",datname="postgres",server="13.234.92.150: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="3360532",datname="ofc2"} 0 pg_stat_database_deadlocks{datid="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="5",datname="postgres"} 0 # HELP pg_stat_database_numbackends Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset. # TYPE pg_stat_database_numbackends gauge pg_stat_database_numbackends{datid="1",datname="template1"} 0 pg_stat_database_numbackends{datid="3360532",datname="ofc2"} 20 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 0 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="3360532",datname="ofc2"} 0 pg_stat_database_stats_reset{datid="4",datname="template0"} 0 pg_stat_database_stats_reset{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_bytes Total amount of data written to temporary files by queries in this database. All temporary files are counted, regardless of why the temporary file was created, and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_bytes counter pg_stat_database_temp_bytes{datid="1",datname="template1"} 0 pg_stat_database_temp_bytes{datid="3360532",datname="ofc2"} 1.915310742819e+13 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_files Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_files counter pg_stat_database_temp_files{datid="1",datname="template1"} 0 pg_stat_database_temp_files{datid="3360532",datname="ofc2"} 1.019343e+06 pg_stat_database_temp_files{datid="4",datname="template0"} 0 pg_stat_database_temp_files{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_deleted Number of rows deleted by queries in this database # TYPE pg_stat_database_tup_deleted counter pg_stat_database_tup_deleted{datid="1",datname="template1"} 34 pg_stat_database_tup_deleted{datid="3360532",datname="ofc2"} 1.5357938e+07 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 15 # 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"} 2.92568e+06 pg_stat_database_tup_fetched{datid="3360532",datname="ofc2"} 1.24168230335e+11 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 2.918132e+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"} 17711 pg_stat_database_tup_inserted{datid="3360532",datname="ofc2"} 7.6028013e+07 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 274 # 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"} 1.81091092e+08 pg_stat_database_tup_returned{datid="3360532",datname="ofc2"} 5.8950111049242e+13 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 1.81018326e+08 # HELP pg_stat_database_tup_updated Number of rows updated by queries in this database # TYPE pg_stat_database_tup_updated counter pg_stat_database_tup_updated{datid="1",datname="template1"} 754 pg_stat_database_tup_updated{datid="3360532",datname="ofc2"} 1.0093136e+07 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 32 # 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"} 411937 pg_stat_database_xact_commit{datid="3360532",datname="ofc2"} 5.34891149e+08 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 411454 # 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"} 1 pg_stat_database_xact_rollback{datid="3360532",datname="ofc2"} 1.0565518e+07 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 8 # 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="Debezium Streaming",client_addr="52.5.147.118",server="13.234.92.150:8641",slot_name="804793",state="streaming"} 3.365906026e+11 pg_stat_replication_pg_current_wal_lsn_bytes{application_name="walreceiver",client_addr="52.5.147.118",server="13.234.92.150:8641",slot_name="3900571",state="streaming"} 3.365906026e+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="Debezium Streaming",client_addr="52.5.147.118",server="13.234.92.150:8641",slot_name="804793",state="streaming"} 1.113072e+06 pg_stat_replication_pg_wal_lsn_diff{application_name="walreceiver",client_addr="52.5.147.118",server="13.234.92.150:8641",slot_name="3900571",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="Debezium Streaming",client_addr="52.5.147.118",server="13.234.92.150:8641",slot_name="804793",state="streaming"} 9.45749156e+08 pg_stat_replication_reply_time{application_name="walreceiver",client_addr="52.5.147.118",server="13.234.92.150:8641",slot_name="3900571",state="streaming"} 1.784710973e+09 # 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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="b2c_customer",schemaname="public"} 63 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 22 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="brand",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_alert",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_batch_log",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_bunit",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_import_template",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_menu",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_permission_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_log",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_run",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_region",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_releases",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_releases_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_report",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_report_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_report_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_sequence",schemaname="public"} 5814 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_table_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_window",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_window_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_window_process",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cs_window_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_order",schemaname="public"} 64 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_orderline",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 19 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 7292 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_sevent",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 39 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 25 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_till",schemaname="public"} 9269 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 18 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 3706 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_receipt",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_receiptline",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="fin_transactions",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 89 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 954 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricingrule",schemaname="public"} 47 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_attribute",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_category",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_shipment",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_shipmentline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_stock",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_storagebin",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transaction",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 39 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_taskline",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ofd_tasks",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_productprice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 25 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 12798 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 16 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_invoicetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_order",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_order_meta",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_orderline",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 10 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_ordertax",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_productprice",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_productprice_history",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="b2c_customer",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="brand",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_alert",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_run",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_sequence",schemaname="public"} 1804 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_table_schema",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_order",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_orderline",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 3540 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_sevent",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_till",schemaname="public"} 9673 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 2129 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_receipt",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="fin_transactions",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 24 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 301 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricingrule",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product",schemaname="public"} 12 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_attribute",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_category",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_shipment",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_shipmentline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_stock",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_taskline",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ofd_tasks",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_productprice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 15520 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_invoicetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_order",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_order_meta",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_orderline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_ordertax",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_productprice",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="b2c_customer",schemaname="public"} 4.1685949e+07 pg_stat_user_tables_idx_scan{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 16650 pg_stat_user_tables_idx_scan{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="brand",schemaname="public"} 4.363154e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 3468 pg_stat_user_tables_idx_scan{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 204075 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_email_template",schemaname="public"} 414 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 639561 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_bunit",schemaname="public"} 5.43884137e+08 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_city",schemaname="public"} 483597 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_division",schemaname="public"} 21059 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_doctype",schemaname="public"} 9 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_import_template",schemaname="public"} 51 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1175 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 641 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 49126 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_module",schemaname="public"} 2104 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 18233 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_permission_set",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_print_template",schemaname="public"} 48 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process",schemaname="public"} 318345 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_access",schemaname="public"} 25877 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_run",schemaname="public"} 1.273419e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_schema",schemaname="public"} 139763 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 11754 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_releases",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_report",schemaname="public"} 101456 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_report_access",schemaname="public"} 12272 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_report_schema",schemaname="public"} 18171 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_returnreason",schemaname="public"} 3.654058e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_sequence",schemaname="public"} 93165 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 42 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 163165 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_uom",schemaname="public"} 358989 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user",schemaname="public"} 5.624066e+07 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 588 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 15 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 725 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_window",schemaname="public"} 7.994979e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_window_access",schemaname="public"} 208364 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cs_window_schema",schemaname="public"} 291593 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_channel",schemaname="public"} 659893 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_order",schemaname="public"} 1.411614e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_orderline",schemaname="public"} 2044 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 156602 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_collection",schemaname="public"} 219125 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 5.068701e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 5935 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_configurations",schemaname="public"} 335443 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 42890 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 50680 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 22298 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 204075 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 20108 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 39 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 9363 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 133023 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 53376 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 89000 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 44818 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 337 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 35 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 9117 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 228492 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 169 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 22017 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 982823 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 113758 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 190829 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_saletype",schemaname="public"} 15289 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 282721 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 1.167391e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_till",schemaname="public"} 1.1800159e+07 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 325 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 204251 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 4.249073e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 3482 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 209431 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 194799 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 270657 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 11930 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 49126 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_account",schemaname="public"} 408832 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_calendar",schemaname="public"} 21059 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 1.269453e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 56 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 219125 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 219125 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_payment",schemaname="public"} 56 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 424470 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_receipt",schemaname="public"} 2.216296e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1.583501e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 5.870463e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 1.116645e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="fin_transactions",schemaname="public"} 316491 pg_stat_user_tables_idx_scan{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="hsncode",schemaname="public"} 312702 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_batch",schemaname="public"} 1.03978879e+08 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_batch_group",schemaname="public"} 219125 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 1.03741648e+08 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventoryline",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 15 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 113 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 373608 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 6.037033e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 87 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 24035 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 7.099128e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 47 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 6.012986e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricingrule",schemaname="public"} 3.392026e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product",schemaname="public"} 4.9830512e+07 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_category",schemaname="public"} 1.4135405e+07 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_group",schemaname="public"} 219125 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 219125 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_receipt",schemaname="public"} 250 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_shipment",schemaname="public"} 220 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_shipmentline",schemaname="public"} 302 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_stock",schemaname="public"} 1.03522721e+08 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_storage_group",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_storagebin",schemaname="public"} 4.88787415e+08 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_supplier_product",schemaname="public"} 21 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_trackertype",schemaname="public"} 219125 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transaction",schemaname="public"} 1731 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 14 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 18 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 14 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 18 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_warehouse",schemaname="public"} 193 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 11 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 6068 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 5.967877e+07 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 627697 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_taskline",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ofd_tasks",schemaname="public"} 407391 pg_stat_user_tables_idx_scan{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_invoice",schemaname="public"} 70066 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_invoiceline",schemaname="public"} 275 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_order",schemaname="public"} 16648 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_orderline",schemaname="public"} 807 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 47 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_productprice",schemaname="public"} 1439 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier",schemaname="public"} 459369 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 109 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer",schemaname="public"} 1.851598e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_category",schemaname="public"} 18687 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_contact",schemaname="public"} 6934 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_invoice",schemaname="public"} 1841 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_invoiceline",schemaname="public"} 406 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 25 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_order",schemaname="public"} 2.1499305e+07 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_order_meta",schemaname="public"} 138105 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_orderline",schemaname="public"} 1.70945786e+08 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_pricelist",schemaname="public"} 130565 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 2265 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_productprice",schemaname="public"} 1.03578524e+08 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_rfq",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_salesrep",schemaname="public"} 3.840649e+06 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="b2c_customer",schemaname="public"} 3.8507135e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="brand",schemaname="public"} 231558 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 639561 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_bunit",schemaname="public"} 5.43120791e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_city",schemaname="public"} 471850 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_doctype",schemaname="public"} 66 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_import_template",schemaname="public"} 51 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 254 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 639 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_module",schemaname="public"} 2104 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 5 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_permission_set",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process",schemaname="public"} 318239 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_access",schemaname="public"} 25978 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_run",schemaname="public"} 1.272287e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_schema",schemaname="public"} 139763 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 11754 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_releases",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_report",schemaname="public"} 1680 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_report_access",schemaname="public"} 12485 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_report_schema",schemaname="public"} 18166 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_sequence",schemaname="public"} 90229 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 163165 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_uom",schemaname="public"} 358989 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user",schemaname="public"} 5.603632e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 588 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 15 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 724 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_window",schemaname="public"} 455309 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_window_access",schemaname="public"} 211051 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cs_window_schema",schemaname="public"} 291593 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_order",schemaname="public"} 1.40509e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_orderline",schemaname="public"} 5 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 156602 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 5.065294e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 5877 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 20089 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 10 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 39 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 7923 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 133020 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 3380 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 11 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 35 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 9099 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 2.9975685e+09 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 22017 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 982677 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 70415 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_saletype",schemaname="public"} 15106 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 261497 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 998546 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_till",schemaname="public"} 1.1105208e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 325 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 204251 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 3.961764e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 3389 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 174322 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 200754 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 11928 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 1.269225e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 420687 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_receipt",schemaname="public"} 4.510432e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1.266659e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 4.885369e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 599343 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="fin_transactions",schemaname="public"} 316491 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 13 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 94 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 270379 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 87 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 9.590552e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 47 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricingrule",schemaname="public"} 2.935731e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product",schemaname="public"} 4.1761225e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_category",schemaname="public"} 7.563543e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_shipment",schemaname="public"} 199 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_shipmentline",schemaname="public"} 199 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_stock",schemaname="public"} 4.88787547e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_storagebin",schemaname="public"} 4.88787415e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transaction",schemaname="public"} 72219 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_warehouse",schemaname="public"} 193 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 2426 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 5.935123e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 565371 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_taskline",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ofd_tasks",schemaname="public"} 187203 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_productprice",schemaname="public"} 1422 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 32 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer",schemaname="public"} 1.829574e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_category",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_invoice",schemaname="public"} 4001 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_invoiceline",schemaname="public"} 442 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 17 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_order",schemaname="public"} 5.4830390729e+10 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_order_meta",schemaname="public"} 420290 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_orderline",schemaname="public"} 8.04096255e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_pricelist",schemaname="public"} 6834 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_productprice",schemaname="public"} 1.94481749e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="api_key",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="b2c_customer",schemaname="public"} 3.6159488e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 1.507328e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 4.472832e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="brand",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_receipts",schemaname="public"} 7.3097216e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_social_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_airticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_course_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_course_competency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_course_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_department",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_dept_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_address",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_empid_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_expense_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_expense_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_formula",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_id_classification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_id_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_la_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_la_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_la_pg",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_la_yos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payslab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payslip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_salary_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift_days",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_sr_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_team_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_visa_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_weekends",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_work_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_email_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_alert",schemaname="public"} 2.957312e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 65536 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_app_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_app_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_audit_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_batch_log",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_bunit",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_city",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_client_applications",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_client_apps",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_doctype",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_favourites",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_file",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_import_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 4.046848e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_license_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_menu",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_menu_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_module",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_permission_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_access",schemaname="public"} 188416 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_log",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_run",schemaname="public"} 9.4158848e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_schema",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_window",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 4.644864e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_region",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_releases",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_releases_history",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_report",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_report_access",schemaname="public"} 163840 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_report_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_report_schema",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_role",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_role_application",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_sequence",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 2.555904e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_table_schema",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 2.080768e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_locale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_session",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_views",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_webhooks",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_window",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_window_access",schemaname="public"} 221184 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_window_process",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cs_window_schema",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cw_auth_token",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_company_city",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_order",schemaname="public"} 4.210688e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 2.3035904e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 8.077312e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_orderline",schemaname="public"} 6.2251008e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 2.2069248e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwp_milestone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_assurance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwq_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 3.129344e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_configurations",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_events",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 327680 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 524288 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 9.535488e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 4.5064192e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 1.69984e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.56655616e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 7.55245056e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_rules",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_sevent",schemaname="public"} 565248 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_store_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 1.540096e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 3.211264e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_till",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 3.24050944e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 7.0934528e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_till_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 3.19488e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 1.8661376e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.02981632e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 2.3519232e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_wallet",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_playlists",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="email_source",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_class",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_asset_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_loc_building",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_loc_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_account",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_account_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_calendar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_journal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_journalline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_paymentline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_period_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_receipt",schemaname="public"} 3.52075776e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_receiptline",schemaname="public"} 5.99113728e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 3.32095488e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 3.55508224e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 9.1930624e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="fin_transactions",schemaname="public"} 4.6071808e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="hsncode",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_provider",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_route_details",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_addon_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_attribute_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_batch",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_batch_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_bom_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_categories_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 1.1091968e+07 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventoryline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_issue_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_movement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_movementline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 3.129344e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 548864 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 1.368064e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 1.998848e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 1.777664e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricingrule",schemaname="public"} 548864 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product",schemaname="public"} 8.822784e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_attribute",schemaname="public"} 1.245184e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_bom",schemaname="public"} 360448 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_category",schemaname="public"} 196608 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_divisions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_receiptline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_shipment",schemaname="public"} 278528 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_shipmentline",schemaname="public"} 1.294336e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_stock",schemaname="public"} 5.77536e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_storagebin",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_supplier_product",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_tracker",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_trackertype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transaction",schemaname="public"} 2.06798848e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferissue",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferorder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_unitcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_visibility_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_visibility_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_visibility_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_warehouse",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="multitabchecking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="myonlytest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_drivers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_taskline",schemaname="public"} 4.562944e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ofd_tasks",schemaname="public"} 4.268032e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="otp_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_invoiceline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_invoicetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_ordertax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_price_variance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_productprice",schemaname="public"} 1.245184e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_productprice_history",schemaname="public"} 1.613824e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_requisition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_requisition_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_address",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workorder_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_availability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_project_manager",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_project_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_ref_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_rel_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pm_user_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_flock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_machine",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 212992 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_business_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_address",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_credit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_industry_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_invoice",schemaname="public"} 376832 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1.155072e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 1.048576e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_invoicetax",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_images",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_part",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_services",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_order",schemaname="public"} 5.06273792e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_order_meta",schemaname="public"} 1.04333312e+09 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_orderline",schemaname="public"} 2.415640576e+09 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 1.51552e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 4.10083328e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 9.19068672e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_ordertax",schemaname="public"} 1.60366592e+08 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_productprice",schemaname="public"} 3.80928e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_productprice_history",schemaname="public"} 3.047424e+06 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_quotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_route_plan",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_salesrep",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_bill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_service_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_survey_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="s_technician",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="seg_criteria",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_categories_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_menu_title",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_device",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_location_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tray_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_exception_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_reservation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_task_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="b2c_customer",schemaname="public"} 1.784551945e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 1.780319889e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 1.783487772e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="brand",schemaname="public"} 1.772395922e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1.77239598e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_alert",schemaname="public"} 1.772395981e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 1.772395981e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_batch_log",schemaname="public"} 1.784426446e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 1.772395981e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_bunit",schemaname="public"} 1.772395981e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 1.772395981e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_import_template",schemaname="public"} 1.772395981e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 1.780130718e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1.772395986e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_menu",schemaname="public"} 1.772395982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 1.772395982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 1.772395982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_permission_log",schemaname="public"} 1.772395982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process",schemaname="public"} 1.772395982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_access",schemaname="public"} 1.772395982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_log",schemaname="public"} 1.779975651e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 1.772395982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_run",schemaname="public"} 1.784552071e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_schema",schemaname="public"} 1.772395986e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 1.772395986e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 1.782022656e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_region",schemaname="public"} 1.772395987e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_releases",schemaname="public"} 1.772395987e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_releases_history",schemaname="public"} 1.772395987e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_report",schemaname="public"} 1.772395987e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_report_access",schemaname="public"} 1.772395987e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_report_schema",schemaname="public"} 1.772395987e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 1.783436418e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_sequence",schemaname="public"} 1.784710668e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 1.772395989e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_table_schema",schemaname="public"} 1.772395988e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user",schemaname="public"} 1.782876374e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_access",schemaname="public"} 1.772395988e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 1.782353246e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 1.772395998e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 1.784270269e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_window",schemaname="public"} 1.772395998e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_window_access",schemaname="public"} 1.772395998e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_window_process",schemaname="public"} 1.772395998e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cs_window_schema",schemaname="public"} 1.772395998e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_order",schemaname="public"} 1.784432389e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 1.784447273e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 1.782186552e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_orderline",schemaname="public"} 1.784611982e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 1.77239603e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 1.781958624e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 1.77239603e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 1.784552425e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 1.78307445e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 1.781272928e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 1.783674923e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 1.779170655e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 1.772396222e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 1.783929637e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 1.782372508e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.782712012e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 1.784710668e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 1.784279641e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 1.772396643e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_sevent",schemaname="public"} 1.772396643e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 1.784570551e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 1.784462218e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_till",schemaname="public"} 1.784710608e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 1.783283875e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 1.781778149e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 1.783852364e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 1.784287794e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 1.783283995e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 1.78456617e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.783939669e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 1.783051704e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 1.772396771e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 1.783238441e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 1.772396772e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 1.784710368e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_receipt",schemaname="public"} 1.783324897e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1.783013362e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 1.783687835e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 1.783237911e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 1.772397018e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="fin_transactions",schemaname="public"} 1.78393486e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 1.77239699e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 1.780218022e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 1.783846714e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 1.784544322e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 1.782706551e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 1.783605624e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 1.784658614e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 1.784708628e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 1.784180765e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 1.784180765e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricingrule",schemaname="public"} 1.784649612e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product",schemaname="public"} 1.7788209e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_attribute",schemaname="public"} 1.772397001e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_bom",schemaname="public"} 1.772397001e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_category",schemaname="public"} 1.777980653e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_shipment",schemaname="public"} 1.772397002e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_shipmentline",schemaname="public"} 1.772397002e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_stock",schemaname="public"} 1.772397004e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_storagebin",schemaname="public"} 1.772397018e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transaction",schemaname="public"} 1.772397066e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_warehouse",schemaname="public"} 1.772397066e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 1.779947322e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 1.779602085e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 1.784188747e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 1.779186078e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 1.780203798e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 1.77824233e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_taskline",schemaname="public"} 1.783861239e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ofd_tasks",schemaname="public"} 1.782470352e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_productprice",schemaname="public"} 1.772397068e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_productprice_history",schemaname="public"} 1.772397068e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 1.784635207e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 1.784707247e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 1.773815459e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 1.784660414e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer",schemaname="public"} 1.773840126e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_invoice",schemaname="public"} 1.772397068e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1.772397069e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 1.772397069e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_invoicetax",schemaname="public"} 1.772397069e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_order",schemaname="public"} 1.782652363e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_order_meta",schemaname="public"} 1.781244059e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_orderline",schemaname="public"} 1.783261912e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 1.784189227e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 1.779100916e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 1.782720893e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_ordertax",schemaname="public"} 1.784362816e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_productprice",schemaname="public"} 1.778851878e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_productprice_history",schemaname="public"} 1.781757022e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="b2c_customer",schemaname="public"} 1.783022901e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 1.780319529e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 1.782914066e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="brand",schemaname="public"} 1.772395922e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1.772395979e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_alert",schemaname="public"} 1.77239598e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1.772395985e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_log",schemaname="public"} 1.779200482e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_run",schemaname="public"} 1.783264797e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 1.772395987e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_sequence",schemaname="public"} 1.784292836e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 1.772395988e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_table_schema",schemaname="public"} 1.772395988e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 1.772395996e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 1.772395997e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_order",schemaname="public"} 1.782007594e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 1.783183767e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 1.784605079e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_orderline",schemaname="public"} 1.784611932e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 1.783615968e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 1.772396031e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 1.772396032e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 1.772396032e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 1.783023077e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 1.77239605e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 1.782372507e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.784464081e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 1.784710428e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 1.78403827e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_sevent",schemaname="public"} 1.772396643e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 1.783793217e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 1.780250551e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_till",schemaname="public"} 1.784710308e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 1.772396646e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 1.780588225e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 1.778137611e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 1.77239673e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 1.772396744e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.772396787e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 1.780667411e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 1.772396771e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 1.784399079e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 1.784709588e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_receipt",schemaname="public"} 1.772396898e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1.772396859e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 1.772396933e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 1.772396978e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 1.772397015e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="fin_transactions",schemaname="public"} 1.783242891e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 1.77239699e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 1.782823719e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 1.78307373e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 1.780300864e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 1.784106018e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 1.784656814e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 1.784292836e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 1.783071929e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 1.784029563e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricingrule",schemaname="public"} 1.774002629e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product",schemaname="public"} 1.778820959e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_attribute",schemaname="public"} 1.772397001e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_bom",schemaname="public"} 1.772397001e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_category",schemaname="public"} 1.777980653e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_shipment",schemaname="public"} 1.772397002e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_shipmentline",schemaname="public"} 1.772397002e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_stock",schemaname="public"} 1.772397003e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transaction",schemaname="public"} 1.772397057e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 1.779967068e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 1.775377449e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 1.777886587e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_taskline",schemaname="public"} 1.7800594e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ofd_tasks",schemaname="public"} 1.782458648e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_productprice",schemaname="public"} 1.772397068e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_productprice_history",schemaname="public"} 1.772397068e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 1.784631606e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 1.784649611e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 1.773815459e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 1.784656814e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_invoice",schemaname="public"} 1.772397068e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1.772397069e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 1.772397069e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_invoicetax",schemaname="public"} 1.772397069e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_order",schemaname="public"} 1.780549308e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_order_meta",schemaname="public"} 1.782456177e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_orderline",schemaname="public"} 1.772397698e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 1.779532705e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 1.772397294e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 1.772397584e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_ordertax",schemaname="public"} 1.78436277e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_productprice",schemaname="public"} 1.778851998e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_productprice_history",schemaname="public"} 1.772397298e+09 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="b2c_customer",schemaname="public"} 21826 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 242 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 933 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_bunit",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_import_template",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 179 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_access",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_log",schemaname="public"} 131 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_run",schemaname="public"} 6538 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 15 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_report_schema",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_role",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_sequence",schemaname="public"} 47 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_tax",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user",schemaname="public"} 113 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_access",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 56 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 15 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_webhooks",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_window_access",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cs_window_schema",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_order",schemaname="public"} 10348 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_orderline",schemaname="public"} 1556 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 1210 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 203 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 84 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 14119 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 238 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 19 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 3844 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 57 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 425 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 2953 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_till",schemaname="public"} 63 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 268 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 6614 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 34128 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 84 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 27401 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 653 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 60 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_receipt",schemaname="public"} 315343 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_receiptline",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 21276 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 515 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="fin_transactions",schemaname="public"} 8334 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 1451 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 71 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 2394 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 39 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 142 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 19 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 612 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 746 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricingrule",schemaname="public"} 584 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product",schemaname="public"} 748 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_attribute",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_stock",schemaname="public"} 42 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transaction",schemaname="public"} 2407 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 15 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 107 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_drivers",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_taskline",schemaname="public"} 1996 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ofd_tasks",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_productprice",schemaname="public"} 836 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 23 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 36 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 48 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 30 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer",schemaname="public"} 30 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_invoice",schemaname="public"} 24 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_invoicetax",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_order",schemaname="public"} 132711 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_orderline",schemaname="public"} 105567 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 94 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 94111 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_ordertax",schemaname="public"} 46364 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_productprice",schemaname="public"} 960 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_productprice_history",schemaname="public"} 68 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="b2c_customer",schemaname="public"} 157194 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 20499 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 56257 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="brand",schemaname="public"} 1121 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1.236785e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_alert",schemaname="public"} 49930 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 251 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_app_access",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_app_schema",schemaname="public"} 19 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_batch_log",schemaname="public"} 955 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 329 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_batch_register",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_bunit",schemaname="public"} 93 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 92 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_city",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_client_applications",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_country",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_currency",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_doctype",schemaname="public"} 22 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_file",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_import_template",schemaname="public"} 61 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 69268 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_integrations",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_menu",schemaname="public"} 95 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 93 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 309 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_permission_log",schemaname="public"} 96 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_permission_set",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process",schemaname="public"} 362 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_access",schemaname="public"} 569 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_log",schemaname="public"} 1005 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 483 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_run",schemaname="public"} 523162 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_schema",schemaname="public"} 357 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_window",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 653 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 49587 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_region",schemaname="public"} 54 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_releases",schemaname="public"} 235 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_releases_history",schemaname="public"} 476 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_report",schemaname="public"} 403 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_report_access",schemaname="public"} 450 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_report_schema",schemaname="public"} 384 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_role",schemaname="public"} 14 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_role_application",schemaname="public"} 40 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_sequence",schemaname="public"} 22 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 40182 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_table_schema",schemaname="public"} 1411 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_tax",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_uom",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user",schemaname="public"} 593 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_access",schemaname="public"} 300 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 215833 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 2592 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_webhooks",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_window",schemaname="public"} 887 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_window_access",schemaname="public"} 1007 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_window_process",schemaname="public"} 495 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cs_window_schema",schemaname="public"} 791 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_order",schemaname="public"} 66763 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 361201 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 125594 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_orderline",schemaname="public"} 772165 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 74 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 238972 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 220 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 32244 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_events",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 3227 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 5365 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 25 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 21 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 118413 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 458275 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 334 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 42239 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.755567e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 651 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 1.028316e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_rules",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_saletype",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 189 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_sevent",schemaname="public"} 9299 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 16256 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 32985 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_till",schemaname="public"} 87 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 2176 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 3.672716e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 881164 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 32924 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 619 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 192900 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.068033e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 268950 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 1267 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 934 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="email_source",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 332 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 335 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_receipt",schemaname="public"} 1.643244e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1.644712e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 1.676065e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 1.674778e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 1.556886e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="fin_transactions",schemaname="public"} 515525 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 3169 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_route_details",schemaname="public"} 16 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 120026 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 798 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 29930 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 26 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 5221 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 5166 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 54 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 9385 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 16960 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricingrule",schemaname="public"} 5172 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product",schemaname="public"} 20958 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_attribute",schemaname="public"} 20849 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_bom",schemaname="public"} 2018 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_category",schemaname="public"} 587 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_shipment",schemaname="public"} 1667 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_shipmentline",schemaname="public"} 7218 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_stock",schemaname="public"} 37065 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_storagebin",schemaname="public"} 64 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transaction",schemaname="public"} 2.040278e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_warehouse",schemaname="public"} 66 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 20 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 524 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 184 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 1579 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 1824 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 664 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 853 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_drivers",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_taskline",schemaname="public"} 66763 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ofd_tasks",schemaname="public"} 66763 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_productprice",schemaname="public"} 20959 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_productprice_history",schemaname="public"} 28214 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer",schemaname="public"} 25 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_address",schemaname="public"} 26 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_category",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_invoice",schemaname="public"} 1670 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_invoiceline",schemaname="public"} 7223 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 7223 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_invoicetax",schemaname="public"} 1670 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_order",schemaname="public"} 1.677302e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_order_meta",schemaname="public"} 4.992609e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_orderline",schemaname="public"} 9.45868e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 16851 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 4.157783e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 9.470091e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_ordertax",schemaname="public"} 1.678262e+06 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_pricelist",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_productprice",schemaname="public"} 28251 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_productprice_history",schemaname="public"} 33606 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_route_plan",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="b2c_customer",schemaname="public"} 10664 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 1414 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 5376 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="brand",schemaname="public"} 31 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_alert",schemaname="public"} 335 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_app_access",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_app_schema",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_batch_log",schemaname="public"} 82 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_batch_register",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_bunit",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_city",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_client_applications",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_country",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_currency",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_doctype",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_file",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_import_template",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1422 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_integrations",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_permission_log",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_permission_set",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_access",schemaname="public"} 41 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_log",schemaname="public"} 101 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_run",schemaname="public"} 6108 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_window",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 2093 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_releases",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_report_schema",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_role",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_role_application",schemaname="public"} 40 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_sequence",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 3074 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_tax",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_uom",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user",schemaname="public"} 61 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_access",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 9566 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 60 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_webhooks",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_window_access",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cs_window_schema",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_order",schemaname="public"} 6054 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 3024 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 10074 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_orderline",schemaname="public"} 4212 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 10931 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 130 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_events",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 283 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 425 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 8701 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 28639 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 47 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 4076 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 47792 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 87069 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_rules",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_saletype",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 443 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 1364 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_till",schemaname="public"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 135 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 241072 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 72389 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 196 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 1412 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 11308 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 9364 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 113 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="email_source",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 38 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_receipt",schemaname="public"} 61419 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_receiptline",schemaname="public"} 37848 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 65658 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 33728 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="fin_transactions",schemaname="public"} 33654 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_route_details",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 4087 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 2909 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 282 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 278 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 35 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 144 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricingrule",schemaname="public"} 178 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product",schemaname="public"} 2029 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_attribute",schemaname="public"} 188 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_bom",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_stock",schemaname="public"} 56 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transaction",schemaname="public"} 2483 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_warehouse",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 29 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 206 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 105 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 116 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_drivers",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_taskline",schemaname="public"} 3168 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ofd_tasks",schemaname="public"} 4614 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_productprice",schemaname="public"} 1707 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_productprice_history",schemaname="public"} 1416 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 48 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer",schemaname="public"} 40 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_address",schemaname="public"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_category",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_invoice",schemaname="public"} 54 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_invoiceline",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_invoicetax",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_order",schemaname="public"} 153878 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_order_meta",schemaname="public"} 322625 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_orderline",schemaname="public"} 161609 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 392 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 291584 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 245034 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_ordertax",schemaname="public"} 100732 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_pricelist",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_productprice",schemaname="public"} 2016 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_productprice_history",schemaname="public"} 919 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_route_plan",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 15 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 15 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_order",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 16 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_orderline",schemaname="public"} 2039 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 19 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 15 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 327050 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 1.2204402e+07 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_till",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 248 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 86 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 305 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 489 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 2018 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 264 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 6391 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 10 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 1120 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 23698 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 7222 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 3205 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product",schemaname="public"} 16 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_attribute",schemaname="public"} 14 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_taskline",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ofd_tasks",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_productprice",schemaname="public"} 13 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 427 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_invoicetax",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_order",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_orderline",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 95712 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_ordertax",schemaname="public"} 1.870489e+06 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_productprice",schemaname="public"} 39 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_productprice_history",schemaname="public"} 68 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="b2c_customer",schemaname="public"} 900772 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 29482 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_bunit",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 466 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 71 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_run",schemaname="public"} 294717 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 284 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_role",schemaname="public"} 23 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_sequence",schemaname="public"} 316631 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_tax",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user",schemaname="public"} 252 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 253 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 724 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_webhooks",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_window_access",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_order",schemaname="public"} 247998 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_orderline",schemaname="public"} 355747 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 4727 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 2589 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 836 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 197211 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 1262 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 984 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 5583 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 278593 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 51892 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 61976 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_till",schemaname="public"} 587813 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 13 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 182543 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 972117 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 27 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 84582 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 3880 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 864 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 313345 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 618032 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="fin_transactions",schemaname="public"} 287412 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 1044 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 23105 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 54199 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 12 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricingrule",schemaname="public"} 23847 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product",schemaname="public"} 11164 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_category",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_stock",schemaname="public"} 14 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transaction",schemaname="public"} 76 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 97 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 3068 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_drivers",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_taskline",schemaname="public"} 28316 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ofd_tasks",schemaname="public"} 5684 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_productprice",schemaname="public"} 655 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 428 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 1.12078e+06 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer",schemaname="public"} 58 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_invoice",schemaname="public"} 41 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_invoiceline",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_order",schemaname="public"} 332418 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_orderline",schemaname="public"} 18060 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_ordertax",schemaname="public"} 8871 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_productprice",schemaname="public"} 3005 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="b2c_customer",schemaname="public"} 163328 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 20741 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 56257 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="brand",schemaname="public"} 1121 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1.237585e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_alert",schemaname="public"} 49930 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 251 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_app_access",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_app_schema",schemaname="public"} 19 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_batch_log",schemaname="public"} 955 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 329 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_batch_register",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_bunit",schemaname="public"} 93 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 92 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_city",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_client_applications",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_country",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_currency",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_doctype",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_file",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_import_template",schemaname="public"} 61 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 69268 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_integrations",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_menu",schemaname="public"} 95 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 93 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 309 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_permission_log",schemaname="public"} 96 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_permission_set",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process",schemaname="public"} 362 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_access",schemaname="public"} 570 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_log",schemaname="public"} 1340 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 483 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_run",schemaname="public"} 523162 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_schema",schemaname="public"} 357 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_window",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 653 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 49602 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_region",schemaname="public"} 54 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_releases",schemaname="public"} 235 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_releases_history",schemaname="public"} 476 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_report",schemaname="public"} 403 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_report_access",schemaname="public"} 450 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_report_schema",schemaname="public"} 384 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_role",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_role_application",schemaname="public"} 40 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_sequence",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 40182 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_table_schema",schemaname="public"} 1411 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_tax",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_uom",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user",schemaname="public"} 595 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_access",schemaname="public"} 302 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 215920 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 2607 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_webhooks",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_window",schemaname="public"} 887 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_window_access",schemaname="public"} 1008 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_window_process",schemaname="public"} 495 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cs_window_schema",schemaname="public"} 791 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_order",schemaname="public"} 66767 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 362363 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 126902 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_orderline",schemaname="public"} 772727 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 74 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 236903 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 220 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 32268 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_events",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 3233 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 5384 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 25 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 118614 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 458278 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 334 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 62138 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.653286e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 327700 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 1.3231642e+07 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_rules",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_saletype",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 189 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_sevent",schemaname="public"} 9299 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 16256 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 32985 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_till",schemaname="public"} 88 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 2424 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 3.671536e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 881079 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 32924 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 692 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 192927 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.067957e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 268950 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 1267 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 934 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="email_source",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 332 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 335 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_receipt",schemaname="public"} 1.643211e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1.644717e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 1.675073e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 1.67593e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 1.556468e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="fin_transactions",schemaname="public"} 515525 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 3169 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_route_details",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 122044 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 1062 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 36321 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 36 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 6341 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 29126 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 55 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 16980 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 20165 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricingrule",schemaname="public"} 5172 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product",schemaname="public"} 20981 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_attribute",schemaname="public"} 20861 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_bom",schemaname="public"} 2018 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_category",schemaname="public"} 587 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_shipment",schemaname="public"} 1667 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_shipmentline",schemaname="public"} 7218 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_stock",schemaname="public"} 37065 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_storagebin",schemaname="public"} 64 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transaction",schemaname="public"} 2.039868e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_warehouse",schemaname="public"} 66 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 523 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 184 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 1579 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 1824 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 664 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 853 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_drivers",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_taskline",schemaname="public"} 66767 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ofd_tasks",schemaname="public"} 66767 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_productprice",schemaname="public"} 20971 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_productprice_history",schemaname="public"} 28214 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 427 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer",schemaname="public"} 31 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_address",schemaname="public"} 26 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_category",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_invoice",schemaname="public"} 1670 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_invoiceline",schemaname="public"} 7223 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 7226 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_invoicetax",schemaname="public"} 1677 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_order",schemaname="public"} 1.675231e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_order_meta",schemaname="public"} 5.047905e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_orderline",schemaname="public"} 9.471659e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 16865 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 4.15907e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 9.567248e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_ordertax",schemaname="public"} 3.546667e+06 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_pricelist",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_productprice",schemaname="public"} 28835 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_productprice_history",schemaname="public"} 33674 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_route_plan",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="b2c_customer",schemaname="public"} 949985 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 37332 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_bunit",schemaname="public"} 11 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_import_template",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 467 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 250 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_run",schemaname="public"} 318344 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_report_schema",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 284 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_role",schemaname="public"} 23 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_sequence",schemaname="public"} 316867 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_tax",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user",schemaname="public"} 343 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 292 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 724 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_webhooks",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_window_access",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cs_window_schema",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_order",schemaname="public"} 280512 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_orderline",schemaname="public"} 693888 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 5862 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 2755 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 891 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 8 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 219701 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 1497 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 985 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 41291 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 327638 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 54033 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 68001 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_till",schemaname="public"} 603654 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 29 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 204251 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 1.023162e+06 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 31 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 104994 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 5911 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 1510 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 316494 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_receipt",schemaname="public"} 316492 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 633050 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 14 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="fin_transactions",schemaname="public"} 316491 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 1044 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 25636 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 54268 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 13 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricingrule",schemaname="public"} 26209 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product",schemaname="public"} 92225 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_category",schemaname="public"} 588 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_stock",schemaname="public"} 56 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transaction",schemaname="public"} 2483 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 108 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 3525 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_drivers",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_taskline",schemaname="public"} 32631 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ofd_tasks",schemaname="public"} 55898 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_productprice",schemaname="public"} 1416 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 428 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 427 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 1.122179e+06 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 855 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer",schemaname="public"} 68 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_invoice",schemaname="public"} 51 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_invoiceline",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_order",schemaname="public"} 696525 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_orderline",schemaname="public"} 110234 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_ordertax",schemaname="public"} 9494 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_productprice",schemaname="public"} 10536 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="api_key",schemaname="public"} 795015 pg_stat_user_tables_seq_scan{datname="ofc2",relname="b2c_customer",schemaname="public"} 4.460772e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 1.26664761e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 287968 pg_stat_user_tables_seq_scan{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 1.28799847e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="brand",schemaname="public"} 227532 pg_stat_user_tables_seq_scan{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="c_region",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 175 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_event_store",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_feedback",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_receipts",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_social_media",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_template",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_action_taken",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_airticket",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ap_history",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_bank_info",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_behaviour",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_breaks",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_candidates",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_claim_request",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_course",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_course_category",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_course_competency",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_course_cost",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_course_job",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_deductions",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_delegation",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_department",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_dependants",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_dept_team",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_division",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ed_history",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_address",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 161 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_details",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_empid_config",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_category",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_education",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_encash_details",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_enrollment",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_eos",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_eph_history",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_exemption",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_expense_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_expense_type",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_formula",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_formulakey",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_holiday",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_id_classification",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_id_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_incentive",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_interview_round",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_interviews",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_job",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_job_application",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_job_description",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_job_posting",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_job_role",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_kra",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_la_employee",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_la_org",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_la_pg",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_la_yos",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 146 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_request",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 161 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_leave_view",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_letter",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_letter_request",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_category",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_source",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loan_type",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_management_level",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_manager_review",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_nationality",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_otherincome",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_passport",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pay_component",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pay_group",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pay_head",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payslab",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payslip",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_perform_review",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_period",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pio_details",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_position_control",schemaname="public"} 161 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_probation_history",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_provision",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_punch_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_report_incident",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_resignation",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_retropay",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_rh_action",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_ri_history",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_rp_element",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_salary_template",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_section",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_section_group",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift_days",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift_team",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_shift_type",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_slab",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_slabline",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_sp_add",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_sr_history",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tds",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tdsline",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_team",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_team_emp",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_tour",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_training_question",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_visa_type",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_weekends",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_work_location",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="chr_year",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="commerce_cart",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_account",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_activity",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_campaigns",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_contact",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_email_template",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_lead",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_lead_products",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_opportunity",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_sale",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_seglist",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_social_post",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_social_postline",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_stream",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_task",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_webinar",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_alert",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 1.0531149e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_announcement",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 256 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_app_access",schemaname="public"} 14505 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_app_schema",schemaname="public"} 2149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_app_setup",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_audit_config",schemaname="public"} 4216 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_audit_log",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 1245 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_batch_log",schemaname="public"} 161 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 8777 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_batch_register",schemaname="public"} 597 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_bunit",schemaname="public"} 4.5840449e+07 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 2.655803e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_city",schemaname="public"} 6.736463e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_client",schemaname="public"} 2.6346962e+07 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_client_applications",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_client_apps",schemaname="public"} 744 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_country",schemaname="public"} 1.08458828e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 32048 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_currency",schemaname="public"} 5.543338e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 32051 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_datasource",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_division",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_doctype",schemaname="public"} 2.3564271e+07 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 218 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_favourites",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_file",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_import_template",schemaname="public"} 258 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 1.27315311e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 177 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 530745 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_integrations",schemaname="public"} 3354 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_language",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_license_policy",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 92745 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_menu",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_menu_group",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 184 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_messages",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_module",schemaname="public"} 835 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 619269 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_permission_group",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_permission_log",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_permission_set",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 5785 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_print_template",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_access",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_log",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_run",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_schema",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_window",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 2365 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 139840 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 2075 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_region",schemaname="public"} 1.08475686e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_releases",schemaname="public"} 651 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_releases_history",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_report",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_report_access",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_report_job",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_report_schema",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 584 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_returnreason",schemaname="public"} 9364 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_role",schemaname="public"} 210073 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_role_application",schemaname="public"} 343 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_sequence",schemaname="public"} 321270 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 218 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_table_schema",schemaname="public"} 4461 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_task",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_tax",schemaname="public"} 1.239897e+07 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 423217 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_taxzone",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 316667 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_timezone",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_uom",schemaname="public"} 1.09313594e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user",schemaname="public"} 176222 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_access",schemaname="public"} 217539 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 5.511817e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_locale",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_meta",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 18679 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_preference",schemaname="public"} 875 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_session",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 176 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_views",schemaname="public"} 34659 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_webhooks",schemaname="public"} 321194 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_window",schemaname="public"} 2027 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_window_access",schemaname="public"} 178 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 439 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_window_process",schemaname="public"} 30340 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_window_rules",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cs_window_schema",schemaname="public"} 185 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cw_auth_token",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_channel",schemaname="public"} 6.258126e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_company",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_company_city",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_order",schemaname="public"} 952283 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 82995 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 2.334328e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_orderline",schemaname="public"} 1.103812e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 2210 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 627521 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 78694 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwp_idea",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwp_milestone",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_assurance",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_collection",schemaname="public"} 348 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_control",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_control_line",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_inspection",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 176 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_parameters",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwq_template",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 4.299985e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 224 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_configurations",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 8164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_events",schemaname="public"} 314068 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 22456 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 68668 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 75992 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 75447 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_feedback",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 42459 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 12581 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 223751 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 5062 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 122985 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 79047 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_image_library",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 125443 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 3275 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 1.2129e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 2.797891e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 120347 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 125435 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 2.708579e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 68664 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_mystore",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 668243 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 532898 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1.7777521e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 166444 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 177 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 18998 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 32006 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 949118 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 765751 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 324590 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 85773 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 173791 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 189 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_recipe",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 317115 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_rules",schemaname="public"} 78629 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_saletype",schemaname="public"} 5.527964e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 123867 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 190881 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_sevent",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_store_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 65500 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 372762 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 177 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 3489 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_till",schemaname="public"} 294464 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 33262 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 3.95385e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_till_log",schemaname="public"} 203 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 416 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 9462 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 630257 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 227002 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 80156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 1684 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_wallet",schemaname="public"} 2.196885e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cws_ticket",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cww_task",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cww_taskline",schemaname="public"} 181 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_channel",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_media",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_player_channel",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_players",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_playlists",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_schedules",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ds_tray_events",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="email_source",schemaname="public"} 735 pg_stat_user_tables_seq_scan{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset",schemaname="public"} 184 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_category",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_class",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_history",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_return",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_asset_type",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_loc_building",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_loc_room",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_account",schemaname="public"} 351 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_account_category",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 146 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 176 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_ammortization",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_budget",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_budgetline",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_calendar",schemaname="public"} 172 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_coa",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_cost_center",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_exp_request",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expcategory",schemaname="public"} 77377 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 161 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 172 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 252 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_journal",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_journalline",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_ledger",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 179 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 1.26652988e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 352 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 353 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_payment",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_paymentline",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 1.2758318e+07 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_period",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_period_control",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_periodline",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_receipt",schemaname="public"} 247 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_receiptline",schemaname="public"} 175 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 196 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 641 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="fin_transactions",schemaname="public"} 633274 pg_stat_user_tables_seq_scan{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 146 pg_stat_user_tables_seq_scan{datname="ofc2",relname="hsncode",schemaname="public"} 114352 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_provider",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_route_details",schemaname="public"} 4766 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_task",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 50573 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 29301 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 1191 pg_stat_user_tables_seq_scan{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 26588 pg_stat_user_tables_seq_scan{datname="ofc2",relname="line_tab",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="list_contacts",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_addon",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_addon_group",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_attribute",schemaname="public"} 1.02090757e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_attribute_group",schemaname="public"} 1.02090581e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_attribute_value",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_batch",schemaname="public"} 398698 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_batch_group",schemaname="public"} 355 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_bom",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_bom_line",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_categories_products",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 210040 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 279168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 354 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 174 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory",schemaname="public"} 178 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_config",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 174 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 174 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventoryline",schemaname="public"} 176 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_issue_type",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_material_request",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_movement",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_movementline",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 213 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 6.041445e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 6.015785e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 6.037269e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 6.039844e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 6.03715e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 6.0547e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 7290 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 265359 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 6.013179e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 204 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 16501 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 6.037108e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 6.0822e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricingrule",schemaname="public"} 890423 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product",schemaname="public"} 349922 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_addon",schemaname="public"} 1.03522712e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_attribute",schemaname="public"} 1.03522729e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_bom",schemaname="public"} 187 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_category",schemaname="public"} 569183 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_divisions",schemaname="public"} 10620 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_group",schemaname="public"} 101927 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_images",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 101925 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 173 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_meta",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_purchase",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_product_warranty",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 146 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_receipt",schemaname="public"} 184 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_receiptline",schemaname="public"} 173 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 146 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 75668 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_shipment",schemaname="public"} 190 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_shipmentline",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_slowmover",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_stock",schemaname="public"} 191 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_stock_count",schemaname="public"} 157 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 172 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_stockdetails",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_storage_group",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_storagebin",schemaname="public"} 1036 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_supplier_product",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_tracker",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_trackertype",schemaname="public"} 348 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transaction",schemaname="public"} 428 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transactioncost",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferissue",schemaname="public"} 160 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferorder",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferrequest",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 156 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_tray",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_tray_history",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_unitcost",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_visibility_category",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_visibility_group",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_visibility_product",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_wa_costing",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_wa_product",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_warehouse",schemaname="public"} 7.091089e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_warranty_master",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_wastage",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_wastageline",schemaname="public"} 173 pg_stat_user_tables_seq_scan{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="multitabchecking",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="myonlytest",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 253 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 224 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 26171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_companies",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 411 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 6.187934e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 157147 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 121816 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 181 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_drivers",schemaname="public"} 100609 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 320 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_taskline",schemaname="public"} 49834 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ofd_tasks",schemaname="public"} 264935 pg_stat_user_tables_seq_scan{datname="ofc2",relname="orders",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="otp_audit_log",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ox_order",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ox_order_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="ox_orderline",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_agent",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_contract",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_contract_line",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_in_settlement",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_invoice",schemaname="public"} 316 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_invoiceline",schemaname="public"} 173 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_invoicetax",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_lc_type",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_order",schemaname="public"} 428 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_order_lc",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_order_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_orderline",schemaname="public"} 185 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_ordertax",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_price_variance",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_pricelist",schemaname="public"} 3602 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_productprice",schemaname="public"} 3044 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_productprice_history",schemaname="public"} 196 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_requisition",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_requisition_line",schemaname="public"} 176 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_rfq",schemaname="public"} 155 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_rfqlines",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier",schemaname="public"} 590 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_address",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_category",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_line",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_status",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workorder_type",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="p_workrequest",schemaname="public"} 172 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_configuration",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_attr",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_availability",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_bom",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_meta",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_variant",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_designer",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_project",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_sketch",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="plm_task",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_application",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_bug",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_docs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_feature",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_module",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_project",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_project_manager",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_project_team",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_project_user",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_ref_project",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_rel_version",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_resources",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_skill",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_sub_module",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_task_activity",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_task_group",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_testcase",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_user_docs",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pm_user_skill",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_breed",schemaname="public"} 376 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_flock",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 373 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_machine",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_setter",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_activity",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_operation",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_order",schemaname="public"} 189 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_outproducts",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_pproducts",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_process",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_processic",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_product_convline",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_production_plan",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="pr_prun",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 144 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 1001 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 697296 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 1005 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_locks",schemaname="public"} 697345 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 146 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 1.496593e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 769039 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_business_type",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer",schemaname="public"} 7.703865e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_acct",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_address",schemaname="public"} 1.35478635e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_category",schemaname="public"} 3.79986694e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_contact",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_credit",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_daily_trip",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_dropship",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_dropship_line",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_in_settlement",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 168 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_industry_type",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_invoice",schemaname="public"} 1236 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_invoiceline",schemaname="public"} 175 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 161 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_invoicetax",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_images",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_line",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_part",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_services",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_status",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_joborder_task",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_order",schemaname="public"} 2.421008e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_order_meta",schemaname="public"} 158527 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_orderline",schemaname="public"} 11205 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 858725 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 224784 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 2.128237e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 4.073743e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_ordertax",schemaname="public"} 2.079039e+06 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 173 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_pricelist",schemaname="public"} 1.11358308e+08 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 13622 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_productprice",schemaname="public"} 123592 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_productprice_history",schemaname="public"} 278 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_quotation",schemaname="public"} 321 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_quotation_line",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 144 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_rfq",schemaname="public"} 223 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_rfqline",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_route_plan",schemaname="public"} 9959 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 144 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_salesrep",schemaname="public"} 620785 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_bill",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_checklist",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_inventory",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_location",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_movement",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_request",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_service_type",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_subscription",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_subscription_group",schemaname="public"} 161 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_subscription_line",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_survey_template",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_target",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc2",relname="s_technician",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="seg_criteria",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_activity",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_categories",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_categories_list",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_forms",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_forms_schema",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_list",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_media",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_menu",schemaname="public"} 154 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_menu_title",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_pages",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_posts",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_settings",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="site_tags",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_device",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_feedback",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_location_users",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_reference",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_scan_data",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_scan_location",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tray",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tray_events",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tray_products",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="sr_tray_template",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="subline_tab",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="test_table",schemaname="public"} 218 pg_stat_user_tables_seq_scan{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 142 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_aisle",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_control_area",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_entity_profile",schemaname="public"} 150 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_exception_action",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_level",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_operations",schemaname="public"} 170 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_rack",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_reservation",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_routing_steps",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_routing_templates",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_task",schemaname="public"} 177 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_task_type",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_tolerance",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="ofc2",relname="webinar_settings",schemaname="public"} 148 # 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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="api_key",schemaname="public"} 795015 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="b2c_customer",schemaname="public"} 4.05713659818e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 1.974181836602e+12 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 1.084328585e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="brand",schemaname="public"} 2.4411852e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1.86875335e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_alert",schemaname="public"} 7.466931e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 64256 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_app_access",schemaname="public"} 58019 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_app_schema",schemaname="public"} 40831 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 2080 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_batch_log",schemaname="public"} 99147 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 2.882495e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_batch_register",schemaname="public"} 14312 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_bunit",schemaname="public"} 3.600660671e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 2.44257263e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_city",schemaname="public"} 4.3935406e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_client",schemaname="public"} 5.2598988e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_client_applications",schemaname="public"} 1352 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_client_apps",schemaname="public"} 744 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_country",schemaname="public"} 1.53102704e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 352528 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_currency",schemaname="public"} 4.6425734e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_doctype",schemaname="public"} 5.11439414e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 3706 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_file",schemaname="public"} 462 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_import_template",schemaname="public"} 15738 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 2.146699996e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1.1888629e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 2.971947e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_integrations",schemaname="public"} 10060 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_menu",schemaname="public"} 14630 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 16768 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 48204 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_module",schemaname="public"} 29240 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 157 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 1.857759e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_permission_log",schemaname="public"} 14382 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_permission_set",schemaname="public"} 628 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 34710 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process",schemaname="public"} 56574 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_access",schemaname="public"} 93577 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_log",schemaname="public"} 125852 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 73183 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_run",schemaname="public"} 5.3645268e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_schema",schemaname="public"} 55335 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_window",schemaname="public"} 1680 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 23650 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 1560 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 9.131552e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 8.6557567e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_region",schemaname="public"} 1.433164352e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_releases",schemaname="public"} 146777 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_releases_history",schemaname="public"} 77112 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_report",schemaname="public"} 63271 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_report_access",schemaname="public"} 83700 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_report_schema",schemaname="public"} 61056 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 1172 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 755 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_role",schemaname="public"} 2.224656e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_role_application",schemaname="public"} 12779 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_sequence",schemaname="public"} 7.067934e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 8.380816e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_table_schema",schemaname="public"} 6.294471e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_tax",schemaname="public"} 3.4596765e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 1.049422e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_uom",schemaname="public"} 9.82317398e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user",schemaname="public"} 9.8547928e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_access",schemaname="public"} 6.3335618e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 2.9368323e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 1.4106815194e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 316428 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 176 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_webhooks",schemaname="public"} 963582 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_window",schemaname="public"} 1.7026e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_window_access",schemaname="public"} 178576 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_window_process",schemaname="public"} 1.501787e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cs_window_schema",schemaname="public"} 146335 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_order",schemaname="public"} 3.1681011854e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 7.495797484e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 2.25952132755e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_orderline",schemaname="public"} 4.92082553679e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 5.462538e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 3.1690754e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 8.32108521e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 6.423193e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_events",schemaname="public"} 785434 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 42459 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 6.79903087e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 2.4446459e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 3.069648e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 562255 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 2.634303e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 3275 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 6.4632846801e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 3.9363498e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 1.881525e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 3.45821720635e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 6.8057825e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 1.185678e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1.77770842e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 166444 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 7.83534687e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 4.75930056494e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 5.192076e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 2.6175521e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 1.51243221e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 85773 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 2.082927e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_rules",schemaname="public"} 314516 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_saletype",schemaname="public"} 1.6583883e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 3.5924485e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_sevent",schemaname="public"} 1.432046e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 9.55259671e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 7.1856648e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_till",schemaname="public"} 1.7924098e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 7.4946735e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 4.395828851693e+12 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 1.22201121e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 4.54513e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 6.034271e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 6.2211258258e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.57349775e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 1.7779854313e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 1.01557652e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 1.530408e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="email_source",schemaname="public"} 735 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 56904 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 80271 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 1.04464662e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_receipt",schemaname="public"} 3.30124569e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_receiptline",schemaname="public"} 2.36385412e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 2.60553953e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 2.3349546e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 9.9613952e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="fin_transactions",schemaname="public"} 2.26217767554e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 462674 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_route_details",schemaname="public"} 76256 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 296670 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 202829 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 302 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 3570 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 79094 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 210040 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 2.9173664881e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 4.217389201e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 1.69660935521e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 1.43180021e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 2.9014853214e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 3.4811101e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 1.3942614e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 1.8039537e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 1.18347326e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 9.7023106032e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricingrule",schemaname="public"} 2.286855366e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product",schemaname="public"} 3.416540969e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_attribute",schemaname="public"} 2.147576743446e+12 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_bom",schemaname="public"} 376836 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_category",schemaname="public"} 3.28052089e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_shipment",schemaname="public"} 316730 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_shipmentline",schemaname="public"} 1.19097e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_stock",schemaname="public"} 6.782895e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_storagebin",schemaname="public"} 66304 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transaction",schemaname="public"} 5.3036568e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_warehouse",schemaname="public"} 4.47411284e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 1705 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 2530 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 3180 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 2240 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 330 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 250 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 1.0197308e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 45814 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 5.448579893e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 2.20858945e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 6.2321026e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 117981 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_drivers",schemaname="public"} 591335 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_taskline",schemaname="public"} 2.430316863e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ofd_tasks",schemaname="public"} 1.326380097e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_pricelist",schemaname="public"} 3602 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_productprice",schemaname="public"} 5.395063e+07 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_productprice_history",schemaname="public"} 5.372306e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 1607 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 1309 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 1610 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_locks",schemaname="public"} 2.092035e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 4.489249e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 826223 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer",schemaname="public"} 1.30876824e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_address",schemaname="public"} 3.123968109e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_category",schemaname="public"} 7.19109776e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_invoice",schemaname="public"} 2.057925e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1.263815e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 1.083312e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_invoicetax",schemaname="public"} 275444 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_order",schemaname="public"} 4.9450140748e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_order_meta",schemaname="public"} 7.27269377679e+11 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_orderline",schemaname="public"} 4.0176301038e+10 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 2.603049085e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 8.104101061847e+12 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 3.5024028605094e+13 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_ordertax",schemaname="public"} 3.141081368745e+12 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_pricelist",schemaname="public"} 5.250951e+08 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_productprice",schemaname="public"} 3.51471418e+09 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_productprice_history",schemaname="public"} 8.707996e+06 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_route_plan",schemaname="public"} 40960 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="api_key",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="b2c_customer",schemaname="public"} 7.6734464e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 6.602752e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 2.4952832e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="brand",schemaname="public"} 294912 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_receipts",schemaname="public"} 3.320209408e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_formula",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_job",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payslip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_salary_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_email_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_alert",schemaname="public"} 1.4262272e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 311296 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_app_access",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_app_schema",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_audit_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_batch_log",schemaname="public"} 548864 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 1.007616e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_bunit",schemaname="public"} 196608 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_city",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_client_applications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_client_apps",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_doctype",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_favourites",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_file",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_import_template",schemaname="public"} 147456 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1.34217728e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_integrations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_license_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_menu",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_menu_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 393216 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 507904 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_permission_log",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_access",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_log",schemaname="public"} 360448 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_run",schemaname="public"} 1.97804032e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_schema",schemaname="public"} 434176 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_window",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 311296 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 1.0960896e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_region",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_releases",schemaname="public"} 311296 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_releases_history",schemaname="public"} 294912 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_report",schemaname="public"} 262144 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_report_access",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_report_job",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_report_schema",schemaname="public"} 1.31072e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_role",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_role_application",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_sequence",schemaname="public"} 131072 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 2.4272896e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_table_schema",schemaname="public"} 2.514944e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user",schemaname="public"} 294912 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_access",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 1.50749184e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 745472 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_session",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_views",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_webhooks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_window",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_window_access",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_window_process",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cs_window_schema",schemaname="public"} 3.1342592e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_order",schemaname="public"} 5.419008e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 1.13713152e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 1.650688e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_orderline",schemaname="public"} 3.57318656e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 1.68534016e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwq_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 1.04906752e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_configurations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_events",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 1.376256e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 2.015232e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 4.5228032e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 1.85311232e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 40960 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 1.8440192e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 5.610070016e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 1.0412032e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 1.1629174784e+10 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_rules",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_sevent",schemaname="public"} 2.8475392e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 7.708672e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 1.6842752e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_till",schemaname="public"} 704512 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 1.089536e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 1.17714944e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 3.57081088e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 1.0821632e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 622592 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 9.6165888e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 3.02014464e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 7.9101952e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 442368 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 376832 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_wallet",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="email_source",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_class",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_return",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_asset_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_account_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 368640 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_journal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_journalline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_paymentline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_period_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_receipt",schemaname="public"} 1.098571776e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_receiptline",schemaname="public"} 5.64641792e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 7.07878912e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 5.95902464e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 6.46725632e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="fin_transactions",schemaname="public"} 2.27934208e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 417792 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="hsncode",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_route_details",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_addon_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_batch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 4.1238528e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventoryline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_movement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_movementline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 335872 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 1.0166272e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 1.957888e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 1.654784e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 3.424256e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 6.152192e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricingrule",schemaname="public"} 2.531328e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product",schemaname="public"} 2.1102592e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_attribute",schemaname="public"} 5.349376e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_bom",schemaname="public"} 704512 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_category",schemaname="public"} 385024 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_receiptline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_shipment",schemaname="public"} 851968 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_shipmentline",schemaname="public"} 3.252224e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_stock",schemaname="public"} 1.3213696e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_storagebin",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_supplier_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transaction",schemaname="public"} 1.052459008e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferissue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferorder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_unitcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_warehouse",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 352256 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 262144 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 483328 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 720896 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 425984 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 360448 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_drivers",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_taskline",schemaname="public"} 2.9106176e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ofd_tasks",schemaname="public"} 4.059136e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="otp_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_invoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_invoiceline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_invoicetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_ordertax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_price_variance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_productprice",schemaname="public"} 6.18496e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_productprice_history",schemaname="public"} 8.937472e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_requisition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_requisition_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_address",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_locks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_address",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_credit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_invoice",schemaname="public"} 1.318912e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_invoiceline",schemaname="public"} 4.3008e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 2.727936e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_invoicetax",schemaname="public"} 589824 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_images",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_part",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_services",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_order",schemaname="public"} 1.802633216e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_order_meta",schemaname="public"} 1.57741056e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_orderline",schemaname="public"} 5.621366784e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 5.226496e+06 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 1.396195328e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 3.674087424e+09 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_ordertax",schemaname="public"} 5.99023616e+08 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_productprice",schemaname="public"} 1.0739712e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_productprice_history",schemaname="public"} 1.110016e+07 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_quotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_route_plan",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_salesrep",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_bill",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="orders",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc2",relname="webinar_settings",schemaname="public"} 0 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="13.234.92.150:8641",short_version="16.14.0",version="PostgreSQL 16.14 (Ubuntu 16.14-0ubuntu0.24.04.1) on aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0, 64-bit"} 1 # HELP pg_statio_user_tables_heap_blocks_hit Number of buffer hits in this table # TYPE pg_statio_user_tables_heap_blocks_hit counter pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="api_key",schemaname="public"} 605897 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="b2c_customer",schemaname="public"} 6.755621363e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 7.5068555166e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 3.18453904e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="brand",schemaname="public"} 4.889657e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_receipts",schemaname="public"} 732322 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_alert",schemaname="public"} 15701 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 343053 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_app_access",schemaname="public"} 13649 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_app_schema",schemaname="public"} 4885 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 1160 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_batch_log",schemaname="public"} 2265 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 571757 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_batch_register",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_bunit",schemaname="public"} 1.09003426e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 1.0304159e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_city",schemaname="public"} 7.167298e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_client",schemaname="public"} 4.2585347e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_client_applications",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_client_apps",schemaname="public"} 58 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_country",schemaname="public"} 2.7934645e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 23915 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_currency",schemaname="public"} 7.028666e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_doctype",schemaname="public"} 2.4384849e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 30 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_file",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_import_template",schemaname="public"} 1243 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 2.53138622e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 91506 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 460018 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_integrations",schemaname="public"} 2404 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_menu",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 495 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 402 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_module",schemaname="public"} 2805 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 422268 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_permission_log",schemaname="public"} 67 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_permission_set",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 4916 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process",schemaname="public"} 491798 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_access",schemaname="public"} 18312 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_log",schemaname="public"} 3379 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 191 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_run",schemaname="public"} 4.489189e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_schema",schemaname="public"} 125960 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_window",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 2108 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 3.340409e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 1.785999e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_region",schemaname="public"} 5.4363184e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_releases",schemaname="public"} 17126 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_releases_history",schemaname="public"} 302 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_report",schemaname="public"} 1450 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_report_access",schemaname="public"} 8827 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_report_schema",schemaname="public"} 14235 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 1152 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_role",schemaname="public"} 155148 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_role_application",schemaname="public"} 167 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_sequence",schemaname="public"} 1.852195e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 62844 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_table_schema",schemaname="public"} 535699 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_tax",schemaname="public"} 1.7971848e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 514897 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_uom",schemaname="public"} 1.12905846e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user",schemaname="public"} 7.6141398e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_access",schemaname="public"} 3.423758e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 235281 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 4.64849494e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 20808 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_webhooks",schemaname="public"} 167667 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_window",schemaname="public"} 482423 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_window_access",schemaname="public"} 188053 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_window_process",schemaname="public"} 362801 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cs_window_schema",schemaname="public"} 268719 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_order",schemaname="public"} 5.15395229e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 2.792889e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 2.352788931e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_orderline",schemaname="public"} 1.106261347e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 222521 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 359245 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 3.4524628e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 158344 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_events",schemaname="public"} 266818 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 8283 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 1.2197919e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 736925 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 121445 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 78874 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 64181 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 150 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 7.92607811e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 2.867498e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 64132 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 2.36540538e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 2.525216e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 495907 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1.77763249e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 132516 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 1.40300305e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 4.6605725e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 654618 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 2.286866e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 4.6179953e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 24926 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 402211 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_rules",schemaname="public"} 19354 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_saletype",schemaname="public"} 6.165723e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 1.284862e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_sevent",schemaname="public"} 3561 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 3.8234342e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 3.98493609e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_till",schemaname="public"} 3.3063622e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 3.082545e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 5.958909467e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 1.3666167e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 54217 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 97417 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 3.82507508e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.097093e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 2.3183677e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 3.802372e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 67502 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="email_source",schemaname="public"} 71 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 357 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 2.762185e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 1.4389487e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_receipt",schemaname="public"} 3.9533208e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_receiptline",schemaname="public"} 5.717098e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 1.485356e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 5.319079e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 915877 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="fin_transactions",schemaname="public"} 8.7771343e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 270 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_route_details",schemaname="public"} 3979 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 30691 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 11509 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 210 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 6064 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 203789 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 7.0071712e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 2.15827827e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 6.693849696e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 5.993159e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 1.165918048e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 760557 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 1.273804e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 5.973349e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 4.773824e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 3.946171004e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricingrule",schemaname="public"} 1.26773727e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product",schemaname="public"} 2.39146274e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_attribute",schemaname="public"} 6.7062559507e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_bom",schemaname="public"} 1139 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_category",schemaname="public"} 3.2246902e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_shipment",schemaname="public"} 3265 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_shipmentline",schemaname="public"} 6844 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_stock",schemaname="public"} 4.65832402e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_storagebin",schemaname="public"} 4.88727887e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transaction",schemaname="public"} 4.897711e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_warehouse",schemaname="public"} 2.0917579e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 97 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 70 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 136641 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 4412 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 2.54228789e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 6.894913e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 3.983544e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 5057 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_drivers",schemaname="public"} 82404 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_taskline",schemaname="public"} 5.3985716e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ofd_tasks",schemaname="public"} 2.35243381e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_pricelist",schemaname="public"} 4773 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_productprice",schemaname="public"} 1.641309e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_productprice_history",schemaname="public"} 51199 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 1700 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 542589 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 397 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_locks",schemaname="public"} 1.942611e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 6.973176e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 612221 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer",schemaname="public"} 1.5942404e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_address",schemaname="public"} 2.55437916e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_category",schemaname="public"} 3.79909604e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_invoice",schemaname="public"} 81954 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_invoiceline",schemaname="public"} 10360 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 3011 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_invoicetax",schemaname="public"} 1206 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_order",schemaname="public"} 1.8766199075e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_order_meta",schemaname="public"} 3.97048855e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_orderline",schemaname="public"} 2.95028353e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 8.8675232e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 6.672072434e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 6.7131722608e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_ordertax",schemaname="public"} 7.033073802e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_pricelist",schemaname="public"} 1.11874154e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_productprice",schemaname="public"} 2.43745318e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_productprice_history",schemaname="public"} 126950 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_route_plan",schemaname="public"} 9043 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="api_key",schemaname="public"} 189118 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="b2c_customer",schemaname="public"} 1.7127769849e+10 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 4.3536714e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 3.00495871e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="brand",schemaname="public"} 2.378324e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_receipts",schemaname="public"} 2.6791997e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_alert",schemaname="public"} 257805 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 304789 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_app_access",schemaname="public"} 863 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_app_schema",schemaname="public"} 3716 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 518 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_batch_log",schemaname="public"} 7613 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 411636 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_batch_register",schemaname="public"} 533 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_bunit",schemaname="public"} 1.679373e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 316679 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_city",schemaname="public"} 72724 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_client",schemaname="public"} 232534 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_client_applications",schemaname="public"} 156 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_client_apps",schemaname="public"} 686 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_country",schemaname="public"} 82661 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 8133 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_currency",schemaname="public"} 110657 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_doctype",schemaname="public"} 141371 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 197 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_file",schemaname="public"} 151 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_import_template",schemaname="public"} 2492 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 194858 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1.869806e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 70978 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_integrations",schemaname="public"} 1202 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_menu",schemaname="public"} 294 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 1614 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 8512 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_module",schemaname="public"} 193 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 152 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 197024 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_permission_log",schemaname="public"} 1273 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_permission_set",schemaname="public"} 147 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 869 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process",schemaname="public"} 147376 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_access",schemaname="public"} 11330 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_log",schemaname="public"} 6836 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 5384 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_run",schemaname="public"} 3.267461e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_schema",schemaname="public"} 20178 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_window",schemaname="public"} 159 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 257 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 300 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 1.146329e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 599454 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_region",schemaname="public"} 180713 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_releases",schemaname="public"} 5328 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_releases_history",schemaname="public"} 4974 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_report",schemaname="public"} 2801 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_report_access",schemaname="public"} 5821 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_report_schema",schemaname="public"} 9156 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 295 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 146 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_role",schemaname="public"} 55129 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_role_application",schemaname="public"} 574 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_sequence",schemaname="public"} 704078 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 556623 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_table_schema",schemaname="public"} 607905 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_tax",schemaname="public"} 86563 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 71778 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_uom",schemaname="public"} 133202 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user",schemaname="public"} 2.640621e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_access",schemaname="public"} 478959 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 2.471675e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 5.267238e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 789 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 166 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_webhooks",schemaname="public"} 153543 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_window",schemaname="public"} 10442 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_window_access",schemaname="public"} 28028 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_window_process",schemaname="public"} 183350 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cs_window_schema",schemaname="public"} 28973 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_order",schemaname="public"} 2.627844636e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 2.87807255e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 9.786291522e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_orderline",schemaname="public"} 2.5470821817e+10 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 170262 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 2.922827e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 797343 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 304125 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_events",schemaname="public"} 47250 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 34176 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 2.1125723e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 377324 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 123281 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 8100 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 61262 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 3149 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 1.985382161e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 90386 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 61302 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 1.6809665666e+10 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 923941 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 71708 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 7600 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 92282 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 8.0484869e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 3.5653280487e+10 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 133152 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 1.2460893e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 2.22821807e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 60847 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 15501 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_rules",schemaname="public"} 59275 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_saletype",schemaname="public"} 81932 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 51374 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_sevent",schemaname="public"} 47684 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 1.3935917e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 5.0066915e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_till",schemaname="public"} 5.296065e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 966871 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 1.72618793118e+11 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 7.181891e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 191986 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 580684 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 3.182484169e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 5.575198e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 6.16089985e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 125646 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 23076 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="email_source",schemaname="public"} 664 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 2842 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 525376 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 99607 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_receipt",schemaname="public"} 2.5181172e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_receiptline",schemaname="public"} 1.0270582e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 1.3953367e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 1.082509e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 5.0024866e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="fin_transactions",schemaname="public"} 1.236697785e+10 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 6848 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_route_details",schemaname="public"} 787 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 21938 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 20960 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 146 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 983 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 20526 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 6251 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 1.155559138e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 1.518143e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 4.9300972e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 44113 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 8.699742e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 1.375946e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 203007 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 39830 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 498007 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 2.9557675e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricingrule",schemaname="public"} 3.5297838e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product",schemaname="public"} 2.15251206e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_attribute",schemaname="public"} 2.0173085e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_bom",schemaname="public"} 14764 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_category",schemaname="public"} 2.595793e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_shipment",schemaname="public"} 16491 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_shipmentline",schemaname="public"} 60394 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_stock",schemaname="public"} 1.8989571e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_storagebin",schemaname="public"} 62642 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transaction",schemaname="public"} 2.9566134e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_warehouse",schemaname="public"} 334220 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 146 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 161 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 147 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 157 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 154 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 129 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 452955 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 3304 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 2.257088e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 3.269757e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 1.509466e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 6998 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_drivers",schemaname="public"} 22264 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_taskline",schemaname="public"} 7.5077955e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ofd_tasks",schemaname="public"} 7.11259854e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_pricelist",schemaname="public"} 524 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_productprice",schemaname="public"} 280395 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_productprice_history",schemaname="public"} 176319 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 662 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 150398 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 610 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_locks",schemaname="public"} 148271 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 388586 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 161341 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer",schemaname="public"} 265893 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_address",schemaname="public"} 193239 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_category",schemaname="public"} 77143 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_invoice",schemaname="public"} 114960 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_invoiceline",schemaname="public"} 84390 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 48235 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_invoicetax",schemaname="public"} 10346 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_order",schemaname="public"} 7.6594534092e+10 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_order_meta",schemaname="public"} 2.7238925426e+10 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_orderline",schemaname="public"} 2.824521456e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 9.095402e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 3.17291391732e+11 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 1.528326975807e+12 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_ordertax",schemaname="public"} 1.32241967748e+11 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_pricelist",schemaname="public"} 139893 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_productprice",schemaname="public"} 9.2868408e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_productprice_history",schemaname="public"} 272541 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_route_plan",schemaname="public"} 916 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="api_key",schemaname="public"} 245588 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="b2c_customer",schemaname="public"} 1.34609808e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 1.215855e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 169480 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 4.629771e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="brand",schemaname="public"} 1.136741e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 286 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_event_store",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_social_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_action_taken",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_airticket",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ap_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_bank_info",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_behaviour",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_breaks",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_candidates",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_claim_request",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_course",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_course_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_course_competency",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_course_cost",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_course_job",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_deductions",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_delegation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_department",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_dependants",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_dept_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_division",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ed_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_address",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_details",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_empid_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee",schemaname="public"} 202 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_category",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_education",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_encash_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_enrollment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_eos",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_eph_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_exemption",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_expense_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_expense_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_formula",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_formulakey",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_holiday",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_id_classification",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_id_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_incentive",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_interview_round",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_interviews",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_job",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_job_application",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_job_description",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_job_posting",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_job_role",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_kra",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_la_employee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_la_org",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_la_pg",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_la_yos",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_request",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_type",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_leave_view",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_letter",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_letter_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_source",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loan_type",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_management_level",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_manager_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_nationality",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_otherincome",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_passport",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pay_component",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pay_group",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pay_head",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payslab",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payslip",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_perform_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_period",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pio_details",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_position_control",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_probation_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_provision",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_punch_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_report_incident",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_resignation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_retropay",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_rh_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_ri_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_rp_element",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_salary_template",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_section",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_section_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift_days",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift_team",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_shift_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_slab",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_slabline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_sp_add",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_sr_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tdsline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_team",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_team_emp",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_tour",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_training_question",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_visa_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_weekends",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_work_location",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="chr_year",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="commerce_cart",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_account",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_campaigns",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 16826 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_contact",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_email_template",schemaname="public"} 675 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_lead",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_lead_products",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_opportunity",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_sale",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_seglist",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_social_post",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_social_postline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_stream",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_webinar",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_alert",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 1.154317e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_announcement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 968175 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_app_access",schemaname="public"} 295 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_app_schema",schemaname="public"} 505 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_app_setup",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_audit_config",schemaname="public"} 3783 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_audit_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_batch_log",schemaname="public"} 101 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 237 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_batch_register",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_bunit",schemaname="public"} 5.48381785e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 96137 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_city",schemaname="public"} 670412 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_client",schemaname="public"} 1.603898e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_client_applications",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_client_apps",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_country",schemaname="public"} 1.278733e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 455 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_currency",schemaname="public"} 478753 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 22852 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_datasource",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_division",schemaname="public"} 330 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_doctype",schemaname="public"} 392244 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_favourites",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_import_template",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 1.363506e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 4305 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 101034 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_integrations",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_language",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_license_policy",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 147 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_menu_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 458 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_messages",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 1525 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_module",schemaname="public"} 2110 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 185205 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_permission_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_permission_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_permission_set",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 293 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_print_template",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process",schemaname="public"} 518393 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_access",schemaname="public"} 38636 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_log",schemaname="public"} 401 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_run",schemaname="public"} 5.723731e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_schema",schemaname="public"} 262803 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_window",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 138487 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 966 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_region",schemaname="public"} 1.277518e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_releases",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_report",schemaname="public"} 5859 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_report_access",schemaname="public"} 19571 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_report_job",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_report_schema",schemaname="public"} 30958 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_returnreason",schemaname="public"} 9441 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_role",schemaname="public"} 92822 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_role_application",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_sequence",schemaname="public"} 219923 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 2680 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_table_schema",schemaname="public"} 1551 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_task",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_tax",schemaname="public"} 611581 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 346937 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_taxzone",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 160126 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_timezone",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_uom",schemaname="public"} 830408 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user",schemaname="public"} 1.16856662e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_access",schemaname="public"} 42595 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 44685 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 81233 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 9132 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_locale",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_meta",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 223 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_preference",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_session",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_views",schemaname="public"} 20177 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_webhooks",schemaname="public"} 156926 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_window",schemaname="public"} 905164 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_window_access",schemaname="public"} 391278 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_window_process",schemaname="public"} 1899 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_window_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cs_window_schema",schemaname="public"} 544258 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cw_auth_token",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_channel",schemaname="public"} 163467 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_company",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_company_city",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_order",schemaname="public"} 4.249594e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 179339 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 92225 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_orderline",schemaname="public"} 1.055786e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 490746 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 127612 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 25148 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 491513 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwp_idea",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwp_milestone",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_assurance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_collection",schemaname="public"} 3691 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_control",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_control_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_inspection",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_parameters",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwq_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 61666 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 1.1112618e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 16165 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_configurations",schemaname="public"} 1.301202e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 300 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_events",schemaname="public"} 12682 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 41645 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 41643 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 41856 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 1283 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 13304 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 96553 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 16047 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 1286 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 13282 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_feedback",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 27220 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 41875 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 6751 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 47451 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 464 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 26500 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 2716 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_image_library",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 13374 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 13416 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 443563 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 1.532423e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 71939 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 13385 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 43125 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 495946 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 96507 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_mystore",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 23054 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 156207 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 142550 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 72553 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 82439 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 4.978064e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 23021 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 572228 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 338396 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 2.570513e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 4.82349e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 1918 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 78295 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 22813 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 22991 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_recipe",schemaname="public"} 528618 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 1.818539e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 1.818503e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 528740 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_rules",schemaname="public"} 12658 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_saletype",schemaname="public"} 1.212179e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 61616 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 525 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_sevent",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_store_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 664340 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 2.914912e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_till",schemaname="public"} 1.4309223e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 947 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 2.713838e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 1.3276805e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_till_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 1094 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 291 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 7147 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 604278 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 797927 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 881566 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 188 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 13947 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_wallet",schemaname="public"} 2.300469e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cws_ticket",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 1517 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cww_task",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cww_taskline",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_player_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_players",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_playlists",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_schedules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ds_tray_events",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="email_source",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_class",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_history",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_asset_type",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_loc_building",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_loc_room",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_account",schemaname="public"} 214197 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_account_category",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_ammortization",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_budget",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_budgetline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_calendar",schemaname="public"} 339 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_coa",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_cost_center",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_exp_request",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expcategory",schemaname="public"} 19474 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 2.391448e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_journal",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_journalline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_ledger",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 2.252164e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 3705 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 3710 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_payment",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_paymentline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 1.173628e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_period",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_period_control",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_periodline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_receipt",schemaname="public"} 1.6657505e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_receiptline",schemaname="public"} 8.526394e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 2.0155318e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 4.248088e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="fin_transactions",schemaname="public"} 1.315203e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="hsncode",schemaname="public"} 214219 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_provider",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_route_details",schemaname="public"} 333 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_task",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 2422 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 1498 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 1155 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="line_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="list_contacts",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_addon",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_addon_group",schemaname="public"} 95939 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_attribute",schemaname="public"} 96069 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_attribute_group",schemaname="public"} 95818 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_attribute_value",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_batch",schemaname="public"} 2.0802074e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_batch_group",schemaname="public"} 3703 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_bom",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_bom_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_categories_products",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 1370 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 29555 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 100956 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 96004 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_config",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventoryline",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_issue_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_material_request",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_movement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_movementline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 5.983633e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 24674 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 61219 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 83832 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 60790 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 62709 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 547467 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 1.3081087e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 438926 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 83053 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 55725 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 2.1052358e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 498080 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 69833 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 1.2991355e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricingrule",schemaname="public"} 5.6977e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product",schemaname="public"} 1.45526147e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_addon",schemaname="public"} 95740 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_attribute",schemaname="public"} 57503 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_bom",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_category",schemaname="public"} 2.8380615e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_divisions",schemaname="public"} 9128 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_group",schemaname="public"} 100844 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_images",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 100806 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_purchase",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_product_warranty",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_receipt",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_receiptline",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 18832 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_shipment",schemaname="public"} 449 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_shipmentline",schemaname="public"} 282 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_slowmover",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_stock",schemaname="public"} 3.11284283e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_stock_count",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_stockdetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_storage_group",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_storagebin",schemaname="public"} 4.89399365e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_supplier_product",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_tracker",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_trackertype",schemaname="public"} 3671 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transaction",schemaname="public"} 33697 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transactioncost",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferissue",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferorder",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferrequest",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_tray",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_tray_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_unitcost",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_visibility_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_visibility_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_visibility_product",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_wa_costing",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_wa_product",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_warehouse",schemaname="public"} 297009 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_warranty_master",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_wastage",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_wastageline",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="multitabchecking",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="myonlytest",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 1265 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_companies",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 1854 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 1.19145153e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 57751 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 1.086431e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_drivers",schemaname="public"} 6233 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_taskline",schemaname="public"} 26736 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ofd_tasks",schemaname="public"} 1.145064e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="orders",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="otp_audit_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ox_order",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ox_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="ox_orderline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_agent",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_contract",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_contract_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_in_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_invoice",schemaname="public"} 365 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_invoiceline",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_invoicetax",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_lc_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_order",schemaname="public"} 881 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_order_lc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_orderline",schemaname="public"} 183 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_ordertax",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_price_variance",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_pricelist",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 1431 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_productprice",schemaname="public"} 5119 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_productprice_history",schemaname="public"} 2378 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_requisition",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_requisition_line",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_rfq",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_rfqlines",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier",schemaname="public"} 19316 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_address",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_category",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workorder_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="p_workrequest",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_configuration",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_availability",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_variant",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_designer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_project",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_sketch",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="plm_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_application",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_bug",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_feature",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_module",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_project",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_project_manager",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_project_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_project_user",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_ref_project",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_rel_version",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_resources",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_sub_module",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_task_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_task_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_testcase",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_user_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pm_user_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_breed",schemaname="public"} 224 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_flock",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 215 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_machine",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_setter",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_operation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_order",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_outproducts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_pproducts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_process",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_processic",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_product_convline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_production_plan",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="pr_prun",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 132848 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 144 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 350797 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_business_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer",schemaname="public"} 5.09282e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_address",schemaname="public"} 1.413627e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_category",schemaname="public"} 1.208979e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_contact",schemaname="public"} 683 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_credit",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_daily_trip",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_dropship",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_dropship_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_in_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_industry_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_invoice",schemaname="public"} 1.892082e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_invoiceline",schemaname="public"} 798 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_invoicetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_images",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_part",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_services",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_joborder_task",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_order",schemaname="public"} 4.34803025e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_order_meta",schemaname="public"} 1.28816349e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_orderline",schemaname="public"} 5.73314053e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 543733 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 9395 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 1.035098e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 2.889002e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_ordertax",schemaname="public"} 4.08091e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_pricelist",schemaname="public"} 3.096877e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 11853 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_productprice",schemaname="public"} 3.11441832e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_productprice_history",schemaname="public"} 6491 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_quotation",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_quotation_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_rfq",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_rfqline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_route_plan",schemaname="public"} 356 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_salesrep",schemaname="public"} 477288 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_bill",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_inventory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_location",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_movement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_request",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_service_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_subscription_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_subscription_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_survey_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_target",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="s_technician",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="seg_criteria",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_categories_list",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_forms",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_forms_schema",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_list",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_menu",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_menu_title",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_pages",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_posts",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="site_tags",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_device",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_location_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_reference",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_scan_data",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_scan_location",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tray",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tray_events",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tray_products",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="sr_tray_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="subline_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="test_table",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_aisle",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_control_area",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_entity_profile",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_exception_action",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_level",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_operations",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_rack",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_reservation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_routing_steps",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_routing_templates",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_task",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_task_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_tolerance",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc2",relname="webinar_settings",schemaname="public"} 4 # HELP pg_statio_user_tables_idx_blocks_read Number of disk blocks read from all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_read counter pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ai_ocr_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="api_key",schemaname="public"} 156168 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="b2c_customer",schemaname="public"} 4.6357e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 108923 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 267026 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 95499 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="brand",schemaname="public"} 365109 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 115 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_event_store",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_receipts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_social_media",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_action_taken",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_airticket",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ap_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_bank_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_behaviour",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_breaks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_candidates",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_claim_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_course",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_course_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_course_competency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_course_cost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_course_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_delegation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_department",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_dependants",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_dept_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_division",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ed_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_address",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_empid_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_education",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_encash_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_enrollment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_eos",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_eph_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_exemption",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_expense_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_expense_type",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_formula",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_formulakey",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_holiday",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_id_classification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_id_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_incentive",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_interview_round",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_interviews",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_job_application",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_job_description",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_job_posting",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_job_role",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_kra",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_la_employee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_la_org",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_la_pg",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_la_yos",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_leave_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_letter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_letter_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_source",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loan_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_management_level",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_manager_review",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_nationality",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_otherincome",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_passport",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pay_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pay_head",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payslab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payslip",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_perform_review",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_period",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pio_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_position_control",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_probation_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_provision",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_punch_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_report_incident",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_resignation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_retropay",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_rh_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_ri_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_rp_element",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_salary_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_section_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift_days",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_shift_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_slab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_slabline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_sp_add",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_sr_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tdsline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_team_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_tour",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_training_question",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_visa_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_weekends",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_work_location",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="chr_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="commerce_cart",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_campaigns",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 56618 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_contact",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_email_template",schemaname="public"} 254 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_lead",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_lead_products",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_opportunity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_sale",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_seglist",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_social_post",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_social_postline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_stream",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_webinar",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_alert",schemaname="public"} 1094 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 142798 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_announcement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 389467 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_app_access",schemaname="public"} 1395 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_app_schema",schemaname="public"} 1415 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_app_setup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_audit_config",schemaname="public"} 4349 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_audit_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 389 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_batch_log",schemaname="public"} 1188 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 1086 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_batch_register",schemaname="public"} 386 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_bunit",schemaname="public"} 520499 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 85074 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_city",schemaname="public"} 93569 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_client",schemaname="public"} 142974 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_client_applications",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_client_apps",schemaname="public"} 1040 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_country",schemaname="public"} 110835 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 7698 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_currency",schemaname="public"} 137083 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 8001 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_datasource",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_division",schemaname="public"} 134 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_doctype",schemaname="public"} 152625 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_favourites",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_file",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_import_template",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 115178 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 4397 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 89469 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_integrations",schemaname="public"} 1058 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_language",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_license_policy",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 848 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_menu",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_menu_group",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 479 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_messages",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 438 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_module",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 151616 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_permission_group",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_permission_log",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_permission_set",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 1399 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_print_template",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process",schemaname="public"} 435018 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_access",schemaname="public"} 30377 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_log",schemaname="public"} 1340 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_run",schemaname="public"} 1.85814e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_schema",schemaname="public"} 30457 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_window",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 327 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 175359 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 38237 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_region",schemaname="public"} 111257 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_releases",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_releases_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_report",schemaname="public"} 967 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_report_access",schemaname="public"} 8534 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_report_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_report_schema",schemaname="public"} 13031 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 149 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_returnreason",schemaname="public"} 12451 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_role",schemaname="public"} 143752 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_role_application",schemaname="public"} 123 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_sequence",schemaname="public"} 202254 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 7887 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_table_schema",schemaname="public"} 3831 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_task",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_tax",schemaname="public"} 145324 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 151105 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_taxzone",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 156395 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_timezone",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_uom",schemaname="public"} 196724 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user",schemaname="public"} 1.791167e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_access",schemaname="public"} 83709 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 53519 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 59741 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 1353 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_locale",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 1310 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_preference",schemaname="public"} 711 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_session",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_views",schemaname="public"} 14322 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_webhooks",schemaname="public"} 153392 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_window",schemaname="public"} 21346 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_window_access",schemaname="public"} 65345 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 255 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_window_process",schemaname="public"} 5528 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_window_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cs_window_schema",schemaname="public"} 68644 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cw_auth_token",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_channel",schemaname="public"} 64974 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_company",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_company_city",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_order",schemaname="public"} 675736 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 533425 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 242786 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_orderline",schemaname="public"} 1.273235e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 136581 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 171482 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 172308 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 135815 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwp_idea",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwp_milestone",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_assurance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_collection",schemaname="public"} 1519 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_control",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_control_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_inspection",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_parameters",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwq_template",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 63630 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 444279 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 32199 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_configurations",schemaname="public"} 376022 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 7719 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_events",schemaname="public"} 58548 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 82958 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 82946 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 82865 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 21121 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 54964 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 88693 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 55687 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 21113 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 54987 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 81666 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 82714 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 1804 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 39788 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 3786 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 89693 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 13552 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_image_library",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 61040 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 61012 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 369962 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 149317 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 7283 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 61029 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 104407 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 319986 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 88489 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_mystore",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 7935 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 159283 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 192995 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 88479 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 144623 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 3.628776e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 7850 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.066574e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 166312 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 673580 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 6.453968e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 29373 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 72028 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 8001 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 7880 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_recipe",schemaname="public"} 105285 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 83126 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 83162 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 105171 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_rules",schemaname="public"} 58566 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_saletype",schemaname="public"} 304320 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 63666 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 7702 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_sevent",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_store_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 102149 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 939227 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 3280 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_till",schemaname="public"} 494447 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 8020 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 2.402224e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 953839 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_till_log",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 23124 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 213 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 8223 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 240951 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 395860 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 171299 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 2099 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 17506 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_wallet",schemaname="public"} 139367 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cws_ticket",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 445 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cww_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cww_taskline",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_channel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_player_channel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_players",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_playlists",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_schedules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ds_tray_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="email_source",schemaname="public"} 400 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_class",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_asset_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_loc_building",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_loc_room",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_account",schemaname="public"} 108485 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_account_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_ammortization",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_budget",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_budgetline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_calendar",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_coa",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_cost_center",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_exp_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expcategory",schemaname="public"} 57764 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 472377 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_journal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_journalline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_ledger",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 108919 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 1509 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 1506 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_payment",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_paymentline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 251687 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_period",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_period_control",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_periodline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_receipt",schemaname="public"} 4.858147e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_receiptline",schemaname="public"} 3.814983e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 4.859912e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 4.032534e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="fin_transactions",schemaname="public"} 1.007236e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="hsncode",schemaname="public"} 210257 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_provider",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_route_details",schemaname="public"} 757 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_task",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 13966 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 13094 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 768 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 12197 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="line_tab",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="list_contacts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_addon",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_addon_group",schemaname="public"} 88710 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_attribute",schemaname="public"} 88762 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_attribute_group",schemaname="public"} 88834 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_attribute_value",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_batch",schemaname="public"} 383828 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_batch_group",schemaname="public"} 1511 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_bom",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_bom_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_categories_products",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 5190 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 142594 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 88897 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 88642 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventoryline",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_issue_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_material_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_movement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_movementline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 57667 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 67041 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 49554 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 57263 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 49294 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 51500 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 493110 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 78403 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 306176 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 13101 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 43887 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 661097 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 44608 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 55845 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 71614 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricingrule",schemaname="public"} 945052 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product",schemaname="public"} 9.744197e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_addon",schemaname="public"} 88941 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_attribute",schemaname="public"} 88775 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_bom",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_category",schemaname="public"} 430441 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_divisions",schemaname="public"} 1356 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_group",schemaname="public"} 89010 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_images",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 89042 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_meta",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_purchase",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_product_warranty",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_receipt",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_receiptline",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 142592 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_shipment",schemaname="public"} 268 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_shipmentline",schemaname="public"} 1635 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_slowmover",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_stock",schemaname="public"} 5.57377e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_stock_count",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_stockdetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_storage_group",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_storagebin",schemaname="public"} 139707 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_supplier_product",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_tracker",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_trackertype",schemaname="public"} 1535 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transaction",schemaname="public"} 61413 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transactioncost",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferissue",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferorder",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferrequest",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_tray",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_tray_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_unitcost",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_visibility_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_visibility_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_visibility_product",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_wa_costing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_wa_product",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_warehouse",schemaname="public"} 136678 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_warranty_master",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_wastage",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_wastageline",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="multitabchecking",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="myonlytest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 12958 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_companies",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 2272 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 547336 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 56887 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 185097 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 1723 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_drivers",schemaname="public"} 14254 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_taskline",schemaname="public"} 145745 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ofd_tasks",schemaname="public"} 481077 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="orders",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="otp_audit_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ox_order",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ox_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="ox_orderline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_agent",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_contract",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_contract_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_in_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_invoice",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_invoiceline",schemaname="public"} 81 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_invoicetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_lc_type",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_order",schemaname="public"} 249 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_order_lc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_orderline",schemaname="public"} 166 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_ordertax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_price_variance",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_pricelist",schemaname="public"} 687 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 393 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_productprice",schemaname="public"} 2936 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_productprice_history",schemaname="public"} 2094 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_requisition",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_requisition_line",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_rfq",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_rfqlines",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier",schemaname="public"} 3028 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_address",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_category",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workorder_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="p_workrequest",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_configuration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_availability",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_bom",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_variant",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_project",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_sketch",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="plm_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_application",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_bug",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_docs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_feature",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_module",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_project",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_project_manager",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_project_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_project_user",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_ref_project",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_rel_version",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_resources",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_skill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_sub_module",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_task_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_task_group",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_testcase",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_user_docs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pm_user_skill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_breed",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_flock",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_machine",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_setter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_operation",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_order",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_outproducts",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_pproducts",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_process",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_processic",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_product_convline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_production_plan",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="pr_prun",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 407 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 218143 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 1197 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 477784 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_business_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer",schemaname="public"} 361661 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_address",schemaname="public"} 130735 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_category",schemaname="public"} 111562 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_contact",schemaname="public"} 101 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_credit",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_daily_trip",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_dropship",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_dropship_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_in_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_industry_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_invoice",schemaname="public"} 470782 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_invoiceline",schemaname="public"} 1997 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 116 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_invoicetax",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_images",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_part",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_services",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_joborder_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_order",schemaname="public"} 5.555574e+08 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_order_meta",schemaname="public"} 4.808905069e+09 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_orderline",schemaname="public"} 1.49298257e+08 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 115023 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 38750 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 1.763353e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 4.675632e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_ordertax",schemaname="public"} 5.025738e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_pricelist",schemaname="public"} 278408 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 1668 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_productprice",schemaname="public"} 2.561376e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_productprice_history",schemaname="public"} 6045 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_quotation",schemaname="public"} 111 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_quotation_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_rfq",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_rfqline",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_route_plan",schemaname="public"} 801 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_salesrep",schemaname="public"} 226663 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_bill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_checklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_inventory",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_movement",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_request",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_service_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_subscription",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_subscription_group",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_subscription_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_survey_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_target",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="s_technician",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="seg_criteria",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_categories_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_forms",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_forms_schema",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_menu",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_menu_title",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_pages",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_posts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="site_tags",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_device",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_feedback",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_location_users",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_reference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_scan_data",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_scan_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tray",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tray_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tray_products",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="sr_tray_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="subline_tab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="test_table",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_aisle",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_control_area",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_entity_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_exception_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_level",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_operations",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_rack",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_reservation",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_routing_steps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_routing_templates",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_task",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_task_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_tolerance",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc2",relname="webinar_settings",schemaname="public"} 2 # 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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_receipts",schemaname="public"} 2.33092837e+08 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 155830 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_app_schema",schemaname="public"} 3 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 1175 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_bunit",schemaname="public"} 53091 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 4.720556e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 7241 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 153 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_schema",schemaname="public"} 1796 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 5 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 22 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_report",schemaname="public"} 2800 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_report_schema",schemaname="public"} 110450 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 26553 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_table_schema",schemaname="public"} 17209 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 144650 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cs_window_schema",schemaname="public"} 1.432616e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 1.0215859e+07 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 8.634337e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 5.46766959e+08 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 435064 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 4.063506e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 63 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 186 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_sevent",schemaname="public"} 2.725861e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 1033 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 524 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_receipts",schemaname="public"} 441344 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 122877 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_app_schema",schemaname="public"} 289 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 289 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_bunit",schemaname="public"} 12329 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 11445 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 457 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 302 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_schema",schemaname="public"} 326 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 289 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 291 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_report",schemaname="public"} 289 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_report_schema",schemaname="public"} 11303 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 870 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_table_schema",schemaname="public"} 451 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 871 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cs_window_schema",schemaname="public"} 62790 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 408620 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 39568 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.433946e+06 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 285412 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 563402 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 289 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 315 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_sevent",schemaname="public"} 7640 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 291 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 264 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_receipts",schemaname="public"} 5.8030575e+07 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 151000 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_app_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 878 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_bunit",schemaname="public"} 82833 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 1.727703e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 6016 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 148 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_schema",schemaname="public"} 1205 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 1 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 18 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_report",schemaname="public"} 2072 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_report_schema",schemaname="public"} 54917 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 10031 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_table_schema",schemaname="public"} 12391 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 53002 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cs_window_schema",schemaname="public"} 1.412568e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 3.344281e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 3.101871e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 1.35246877e+08 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 257122 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 3.711327e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 60 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 177 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_sevent",schemaname="public"} 964178 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 881 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 626 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc2",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="ofc2",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_receipts",schemaname="public"} 3.2862509e+07 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_api_builder_schema",schemaname="public"} 106464 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_app_schema",schemaname="public"} 144 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_batch_process_queue",schemaname="public"} 432 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_bunit",schemaname="public"} 15439 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_integration_run_logs",schemaname="public"} 783634 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_menu_schema",schemaname="public"} 4924 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_metrics_schema",schemaname="public"} 152 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_schema",schemaname="public"} 740 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_process_window_schema",schemaname="public"} 144 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_reference_schema",schemaname="public"} 145 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_report",schemaname="public"} 1152 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_report_schema",schemaname="public"} 24443 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_sqlquery_log",schemaname="public"} 14520 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_table_schema",schemaname="public"} 6157 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_activity_log",schemaname="public"} 47833 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cs_window_schema",schemaname="public"} 698313 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_order_meta",schemaname="public"} 2.121821e+06 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_cashup_sync",schemaname="public"} 1.44111e+06 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_archive",schemaname="public"} 7.1766792e+07 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_config",schemaname="public"} 183905 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_errors",schemaname="public"} 2.221417e+06 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_log",schemaname="public"} 173 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_printtemplate",schemaname="public"} 156 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_sevent",schemaname="public"} 449537 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_report_designer",schemaname="public"} 433 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ntn_window_designer",schemaname="public"} 4643 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc2",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 36 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 6.03979776e+08 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="HEAD",goarch="arm64",goos="linux",goversion="go1.25.7",revision="333363aeb548b66340a61a7fb2b3f0e8a8d39f90",tags="unknown",version="0.19.1"} 1 # HELP postgres_exporter_config_last_reload_success_timestamp_seconds Timestamp of the last successful configuration reload. # TYPE postgres_exporter_config_last_reload_success_timestamp_seconds gauge postgres_exporter_config_last_reload_success_timestamp_seconds 0 # HELP postgres_exporter_config_last_reload_successful Postgres exporter config loaded successfully. # TYPE postgres_exporter_config_last_reload_successful gauge postgres_exporter_config_last_reload_successful 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 75960.68 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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 8.8009520197e+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.1606644694e+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 4.7198208e+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.77515864054e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.340841984e+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"} 168311 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0